html,
body.home {
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
  background: #000 !important;
}

body.home #page,
body.home .site,
body.home #content,
body.home .site-content,
body.home .ast-container,
body.home #primary,
body.home .content-area,
body.home .site-main,
body.home article,
body.home .entry-content {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

.home .entry-title,
.home .site-footer {
  display: none !important;
}

/* Header */
.home #masthead,
.home .site-header {
  position: fixed !important;
  top: 32px !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 9999 !important;
  background: transparent !important;
}

body:not(.logged-in).home #masthead,
body:not(.logged-in).home .site-header {
  top: 0 !important;
}

.home .main-header-bar,
.home .ast-primary-header-bar,
.home .ast-builder-grid-row,
.home .ast-builder-grid-row-container {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.home .ast-primary-header-bar {
  padding-top: 26px !important;
}

.home .site-title a,
.home .main-header-menu .menu-link,
.home .ast-builder-menu .main-navigation > ul > li > a {
  color: #fff !important;
  font-weight: 700 !important;
}

.home .main-header-menu .menu-link:hover,
.home .ast-builder-menu .main-navigation > ul > li > a:hover {
  color: rgba(255, 255, 255, 0.75) !important;
}

/* Hero */
.orc-home-hero {
  min-height: 100vh !important;
  width: 100vw !important;
  margin: 0 !important;
  margin-left: calc(50% - 50vw) !important;
  padding: 0 !important;
  position: relative !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: flex-start !important;
  overflow: hidden !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.orc-home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.56);
  z-index: 1;
  pointer-events: none;
}

.orc-home-hero p {
  max-width: 420px !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  margin-bottom: 34px !important;
  color: rgba(255, 255, 255, 0.84) !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  text-align: left !important;
}
.home .ast-primary-header-bar .ast-container,
.home .main-header-bar .ast-container,
.home .ast-builder-grid-row-container-inner {
  width: 92% !important;
  max-width: 1800px !important;
  margin: 0 auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.home .site-branding,
.home .ast-site-identity {
  padding-left: 0 !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  justify-content: flex-start !important;
  text-align: left !important;
}

.home #ast-mobile-header .ast-builder-grid-row,
.home #ast-mobile-header .site-header-primary-section-left {
  justify-content: flex-start !important;
}

.home #ast-mobile-header .site-branding,
.home #ast-mobile-header .ast-site-identity,
.home #ast-mobile-header .site-logo-img {
  margin-left: 0 !important;
  margin-right: auto !important;
  justify-content: flex-start !important;
  text-align: left !important;
}

.home .main-header-menu,
.home .ast-builder-menu {
  padding-right: 0 !important;
}
/* Home contact information */

/* Home navigation */
.home .ast-builder-menu .main-navigation > ul,
.home .main-header-menu {
  display: flex !important;
  align-items: center !important;
  gap: 58px !important;
}

.home .ast-builder-menu .main-navigation > ul > li > a,
.home .main-header-menu .menu-link {
  padding: 0 !important;
  font-family: Pretendard, "Noto Sans KR", Arial, sans-serif !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  color: rgba(255, 255, 255, 0.92) !important;
  line-height: 100px !important;
}

.home .ast-builder-menu .main-navigation > ul > li > a:hover,
.home .main-header-menu .menu-link:hover {
  color: rgba(255, 255, 255, 0.65) !important;
}
/* Home bottom social links */
/* Home bottom social links */

/* Intro splash */
body.home.orc-intro-active {
  overflow: hidden !important;
}

body.home.orc-intro-active #masthead,
body.home.orc-intro-active #content {
  opacity: 0 !important;
  pointer-events: none !important;
}

body.home.orc-intro-done #masthead,
body.home.orc-intro-done #content {
  opacity: 1 !important;
  pointer-events: auto !important;
  transition: opacity 0.6s ease !important;
}

.orc-intro-screen {
  position: fixed;
  inset: 0;
  z-index: 100000;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.6s ease;
}

.orc-intro-screen.is-leaving {
  opacity: 0;
  pointer-events: none;
}

.orc-intro-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.orc-intro-screen .orc-intro-logo-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
}

.orc-intro-screen .orc-intro-logo-link img {
  display: block;
  width: auto;
  max-width: 268px;
  height: auto;
  opacity: 0;
  transition: opacity 2s ease 1s;
}

.orc-intro-screen.is-visible .orc-intro-logo-link img {
  opacity: 1;
  animation: orc-intro-logo-pulse 4.2s ease-in-out 3.4s infinite;
}

.orc-intro-enter {
  margin: 28px 0 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.5);
  font-family: Pretendard, "Noto Sans KR", Arial, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 1.4s ease 2.5s;
}

.orc-intro-screen.is-visible .orc-intro-enter {
  opacity: 1;
  animation: orc-intro-enter-pulse 4.2s ease-in-out 3.4s infinite;
}

@keyframes orc-intro-logo-pulse {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.86;
  }
}

@keyframes orc-intro-enter-pulse {
  0%,
  100% {
    opacity: 0.5;
  }

  50% {
    opacity: 0.82;
  }
}

.orc-intro-screen .orc-intro-logo-link:hover img,
.orc-intro-screen .orc-intro-logo-link:focus-visible img {
  animation-play-state: paused;
  opacity: 1;
}

.orc-intro-screen .orc-intro-logo-link:hover .orc-intro-enter,
.orc-intro-screen .orc-intro-logo-link:focus-visible .orc-intro-enter {
  animation-play-state: paused;
  opacity: 0.9;
}

@media (prefers-reduced-motion: reduce) {
  .orc-intro-screen.is-visible .orc-intro-logo-link img,
  .orc-intro-screen.is-visible .orc-intro-enter {
    animation: none;
  }
}

/* Home hero reveal */
body.home.orc-intro-active .orc-home-hero {
  transform: scale(1.1);
  transform-origin: center center;
}

body.home.orc-intro-done .orc-home-hero {
  transform: scale(1);
  transition: transform 5s linear !important;
}

.orc-page-signals {
  position: fixed;
  inset: 0;
  z-index: 99990;
  pointer-events: none;
  overflow: hidden;
  visibility: hidden;
}

body.home.orc-intro-done .orc-page-signals {
  visibility: visible;
}

.orc-page-signals span {
  display: block;
  position: absolute;
  width: 1px;
  height: 0;
  margin-left: -0.5px;
  background: rgba(255, 255, 255, 0.1);
  opacity: 0;
}

.orc-page-signals span:nth-child(1) {
  left: 25%;
  top: 0;
}

.orc-page-signals span:nth-child(2) {
  left: 50%;
  bottom: 0;
  top: auto;
}

.orc-page-signals span:nth-child(3) {
  left: 75%;
  top: 0;
}

.orc-page-signals.is-active span:nth-child(1),
.orc-page-signals.is-active span:nth-child(3) {
  opacity: 1;
  animation: orc-grow-line-down 3s forwards;
}

.orc-page-signals.is-active span:nth-child(2) {
  opacity: 1;
  animation: orc-grow-line-up 3s forwards;
}

@keyframes orc-grow-line-down {
  0% {
    height: 0;
    opacity: 1;
  }

  50% {
    height: 100vh;
    opacity: 1;
  }

  100% {
    height: 100vh;
    opacity: 0;
  }
}

@keyframes orc-grow-line-up {
  0% {
    height: 0;
    opacity: 1;
  }

  50% {
    height: 100vh;
    opacity: 1;
  }

  100% {
    height: 100vh;
    opacity: 0;
  }
}

@media screen and (max-width: 720px) {
  .orc-intro-screen .orc-intro-logo-link img {
    max-width: 180px;
  }
}

/* Global header - keep every page aligned with the home header */
body:not(.wp-admin) #masthead,
body:not(.wp-admin) .site-header {
  position: fixed !important;
  top: 32px !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 9999 !important;
  background: transparent !important;
}

body:not(.logged-in):not(.wp-admin) #masthead,
body:not(.logged-in):not(.wp-admin) .site-header {
  top: 0 !important;
}

body:not(.wp-admin) .main-header-bar,
body:not(.wp-admin) .ast-primary-header-bar,
body:not(.wp-admin) .ast-builder-grid-row,
body:not(.wp-admin) .ast-builder-grid-row-container {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body:not(.wp-admin) .ast-primary-header-bar {
  min-height: 0 !important;
  padding-top: 26px !important;
  padding-bottom: 0 !important;
}

body:not(.wp-admin) .ast-primary-header-bar .ast-container,
body:not(.wp-admin) .main-header-bar .ast-container,
body:not(.wp-admin) .ast-builder-grid-row-container-inner {
  width: 92% !important;
  max-width: 1800px !important;
  margin: 0 auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body:not(.wp-admin) .site-branding,
body:not(.wp-admin) .ast-site-identity {
  padding-left: 0 !important;
}

body:not(.wp-admin) .custom-logo-link img,
body:not(.wp-admin) .site-logo-img img {
  display: block !important;
  width: 268px !important;
  max-width: 268px !important;
  height: auto !important;
}

body:not(.wp-admin) .ast-builder-menu .main-navigation > ul,
body:not(.wp-admin) .main-header-menu {
  display: flex !important;
  align-items: center !important;
  gap: 58px !important;
  padding-right: 0 !important;
}

body:not(.wp-admin) .ast-builder-menu .main-navigation > ul > li,
body:not(.wp-admin) .main-header-menu > li {
  margin: 0 !important;
}

body:not(.wp-admin) .ast-builder-menu .main-navigation > ul > li > a,
body:not(.wp-admin) .main-header-menu .menu-link,
body:not(.wp-admin) .main-header-menu .current-menu-item > .menu-link {
  padding: 0 !important;
  font-family: Pretendard, "Noto Sans KR", Arial, sans-serif !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  color: rgba(255, 255, 255, 0.92) !important;
  line-height: 100px !important;
  background: transparent !important;
}

body:not(.wp-admin) .ast-builder-menu .main-navigation > ul > li > a:hover,
body:not(.wp-admin) .main-header-menu .menu-link:hover,
body:not(.wp-admin) .main-header-menu .current-menu-item > .menu-link:hover {
  color: rgba(255, 255, 255, 0.65) !important;
  background: transparent !important;
}

body:not(.home):not(.wp-admin).orc-header-scrolled #masthead,
body:not(.home):not(.wp-admin).orc-header-scrolled .site-header {
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08) !important;
  backdrop-filter: blur(14px);
}

body:not(.home):not(.wp-admin).orc-header-scrolled .main-header-bar,
body:not(.home):not(.wp-admin).orc-header-scrolled .ast-primary-header-bar,
body:not(.home):not(.wp-admin).orc-header-scrolled .ast-builder-grid-row,
body:not(.home):not(.wp-admin).orc-header-scrolled .ast-builder-grid-row-container {
  background: transparent !important;
}

body:not(.home):not(.wp-admin).orc-header-scrolled .custom-logo-link img,
body:not(.home):not(.wp-admin).orc-header-scrolled .site-logo-img img {
  filter: brightness(0) !important;
}

body:not(.home):not(.wp-admin).orc-header-scrolled .ast-builder-menu .main-navigation > ul > li > a,
body:not(.home):not(.wp-admin).orc-header-scrolled .main-header-menu .menu-link,
body:not(.home):not(.wp-admin).orc-header-scrolled .main-header-menu .current-menu-item > .menu-link {
  color: #111 !important;
}

body:not(.home):not(.wp-admin).orc-header-scrolled .ast-builder-menu .main-navigation > ul > li > a:hover,
body:not(.home):not(.wp-admin).orc-header-scrolled .main-header-menu .menu-link:hover,
body:not(.home):not(.wp-admin).orc-header-scrolled .main-header-menu .current-menu-item > .menu-link:hover {
  color: #777 !important;
}

body:not(.home):not(.wp-admin).orc-header-scrolled .menu-toggle,
body:not(.home):not(.wp-admin).orc-header-scrolled .ast-mobile-svg {
  color: #111 !important;
  fill: currentColor !important;
}

body:not(.wp-admin) .entry-header.ast-no-thumbnail {
  display: none !important;
}

/* Sub-page content clearance for the fixed transparent header */
body:not(.home):not(.wp-admin) #content,
body:not(.home):not(.wp-admin) .site-content {
  padding-top: 180px !important;
}

body:not(.home):not(.wp-admin) .site-main,
body:not(.home):not(.wp-admin) article,
body:not(.home):not(.wp-admin) .entry-content {
  margin-top: 0 !important;
}

@media screen and (max-width: 921px) {
  body:not(.wp-admin) #masthead,
  body:not(.wp-admin) .site-header {
    top: 46px !important;
  }

  body:not(.logged-in):not(.wp-admin) #masthead,
  body:not(.logged-in):not(.wp-admin) .site-header {
    top: 0 !important;
  }

  body:not(.wp-admin) .ast-primary-header-bar {
    padding-top: 18px !important;
  }

  body:not(.wp-admin) .custom-logo-link img,
  body:not(.wp-admin) .site-logo-img img {
    width: 190px !important;
    max-width: 190px !important;
  }

  body:not(.wp-admin) .menu-toggle,
  body:not(.wp-admin) .ast-mobile-svg {
    color: #fff !important;
    fill: currentColor !important;
  }

  body:not(.wp-admin) .ast-mobile-header-content {
    width: 100vw !important;
    min-height: calc(100dvh - 92px) !important;
    padding: 18px max(22px, 6vw) 42px !important;
    background: #050505 !important;
    color: #fff !important;
    overflow-y: auto !important;
    box-sizing: border-box !important;
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.32) !important;
  }

  body:not(.wp-admin) .ast-mobile-header-content .main-header-menu {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
    gap: 7px 6px !important;
    width: 100% !important;
    padding: 0 !important;
  }

  body:not(.wp-admin) .ast-mobile-header-content .menu-item,
  body:not(.wp-admin) .ast-mobile-header-content .page_item {
    flex: 0 0 100% !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body:not(.wp-admin) .ast-mobile-header-content .menu-link,
  body:not(.wp-admin) .ast-mobile-header-content a {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 10px 0 !important;
    background: transparent !important;
    color: rgba(255, 255, 255, 0.92) !important;
    font-size: clamp(26px, 7.6vw, 38px) !important;
    line-height: 1.06 !important;
    letter-spacing: 0 !important;
  }

  body:not(.wp-admin) .ast-mobile-header-content .menu-link:hover,
  body:not(.wp-admin) .ast-mobile-header-content a:hover,
  body:not(.wp-admin) .ast-mobile-header-content .current-menu-item > .menu-link {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.08) !important;
  }

  body:not(.home):not(.wp-admin) #content,
  body:not(.home):not(.wp-admin) .site-content {
    padding-top: 140px !important;
  }
}

/* Sub-page hero images */
body.page-id-11:not(.home):not(.wp-admin) #content,
body.page-id-11:not(.home):not(.wp-admin) .site-content,
body.page-id-132:not(.home):not(.wp-admin) #content,
body.page-id-132:not(.home):not(.wp-admin) .site-content {
  padding-top: 0 !important;
}

body.page-id-11 #content::before,
body.page-id-132 #content::before {
  content: "";
  display: block;
  width: 100vw;
  height: 420px;
  margin-left: calc(50% - 50vw);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

body.page-id-11 #content,
body.page-id-132 #content {
  overflow-x: clip;
}

@supports not (overflow: clip) {
  body.page-id-11 #content,
  body.page-id-132 #content {
    overflow-x: hidden;
  }
}

@media (prefers-reduced-motion: no-preference) {
  body.page-id-11 #content::before,
  body.page-id-132 #content::before {
    transform-origin: center center;
    animation: orc-subhero-zoom-in 7.5s ease-out both;
    will-change: transform;
  }
}

@keyframes orc-subhero-zoom-in {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.085);
  }
}

body.page-id-11 #content::before {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.12)),
    url("ohm-main-hero-bg.webp");
}

body.page-id-132 #content::before {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1)),
    url("ohm-main-hero-bg.webp");
}

body.page-id-11 .site-content > .ast-container,
body.page-id-132 .site-content > .ast-container {
  padding-top: 82px !important;
}

@media screen and (max-width: 921px) {
  body.page-id-11 #content::before,
  body.page-id-132 #content::before {
    height: 320px;
  }

  body.page-id-11 .site-content > .ast-container,
  body.page-id-132 .site-content > .ast-container {
    padding-top: 52px !important;
  }
}

/* About page editorial content */

.orc-about-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.88fr) minmax(420px, 1.12fr);
  gap: clamp(48px, 8vw, 120px);
  align-items: start;
}

.orc-about-copy p {
  margin: 0 0 26px;
  color: #181818;
  font-size: clamp(17px, 1.08vw, 20px);
  line-height: 1.86;
  word-break: keep-all;
}

.orc-about-copy p:first-child {
  font-weight: 700;
}

.orc-about-closing {
  width: min(1360px, 92vw);
  margin: 0 auto 86px;
  padding: 58px 0 62px;
  border-top: 1px solid rgba(0, 0, 0, 0.18);
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  display: grid;
  grid-template-columns: minmax(340px, 0.42fr) minmax(480px, 0.58fr);
  column-gap: clamp(44px, 7vw, 116px);
  row-gap: 0;
  align-items: start;
}

.orc-about-closing .orc-about-closing-copy {
  position: relative;
  grid-column: 2;
  max-width: 760px;
  margin: 0;
  padding-top: clamp(40px, 3.2vw, 48px);
  padding-left: clamp(34px, 3.8vw, 58px);
  color: #121212;
  font-size: clamp(18px, 1.22vw, 22px);
  font-weight: 430;
  line-height: 1.86;
  letter-spacing: 0;
  word-break: keep-all;
}

.orc-about-closing .orc-about-closing-copy::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: auto;
  width: 1px;
  height: clamp(150px, 12vw, 210px);
  background: rgba(0, 0, 0, 0.16);
}

.orc-about-checks {
  grid-column: 1 / -1;
  margin: 72px 0 0 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 3.2vw, 48px) !important;
  background: transparent;
}

.orc-about-checks > .wp-block-column {
  position: relative;
  margin: 0 !important;
  min-height: 270px;
  padding: clamp(40px, 3vw, 50px) clamp(34px, 3vw, 46px);
  padding-right: clamp(118px, 9vw, 148px);
  background: linear-gradient(145deg, #ffffff 0%, #fbfbf9 100%);
  border: 1px solid rgba(0, 0, 0, 0.11);
  border-top: 4px solid rgba(0, 0, 0, 0.82);
  min-width: 0;
  box-shadow: 0 18px 46px rgba(18, 18, 18, 0.035);
  transition: transform 0.24s ease, border-color 0.24s ease, background 0.24s ease, box-shadow 0.24s ease;
}

.orc-about-checks > .wp-block-column::before {
  content: "";
  position: absolute;
  top: 30px;
  right: clamp(28px, 3vw, 38px);
  width: 76px;
  height: 76px;
  background-color: rgba(255, 255, 255, 0.78);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 42px 42px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  opacity: 1;
  transform: none;
  pointer-events: none;
}

.orc-about-checks > .wp-block-column:nth-child(1)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 86 86' fill='none'%3E%3Cpath d='M43 13 63 24.5 43 36 23 24.5 43 13Z' stroke='%23444444' stroke-width='1.7' stroke-linejoin='round'/%3E%3Cpath d='M27 35 43 44 59 35' stroke='%23444444' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M27 47 43 56 59 47' stroke='%23444444' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M31 60 43 67 55 60' stroke='%23444444' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.orc-about-checks > .wp-block-column:nth-child(2)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 86 86' fill='none'%3E%3Cpath d='M24 64H60V30H38L24 42V64Z' stroke='%23444444' stroke-width='1.7' stroke-linejoin='round'/%3E%3Cpath d='M39 20H66V47' stroke='%23444444' stroke-width='1.7' stroke-linecap='round'/%3E%3Cpath d='M66 20 37 49' stroke='%23444444' stroke-width='1.7' stroke-linecap='round'/%3E%3Cpath d='M51 20H66V35' stroke='%23444444' stroke-width='1.7' stroke-linecap='round' stroke-dasharray='3 4'/%3E%3Ccircle cx='60' cy='59' r='13' stroke='%23444444' stroke-width='1.5'/%3E%3C/svg%3E");
}

.orc-about-checks > .wp-block-column:nth-child(3)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 86 86' fill='none'%3E%3Cpath d='M22 18H62V58H22V18Z' stroke='%23444444' stroke-width='1.7'/%3E%3Cpath d='M22 31H62M22 44H62M35 18V58M49 18V58' stroke='%23444444' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M26 68C34 68 31 57 39 57H64' stroke='%23444444' stroke-width='1.5' stroke-linecap='round' stroke-dasharray='4 4'/%3E%3Cpath d='M59 52 64 57 59 62' stroke='%23444444' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='62' cy='64' r='12' fill='%23fff' stroke='%23444444' stroke-width='1.5'/%3E%3Cpath d='M56.8 64 60.5 67.8 67.8 60.6' stroke='%23444444' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.orc-about-checks > .wp-block-column:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 0, 0, 0.2);
  background: #fff;
  box-shadow: 0 28px 64px rgba(18, 18, 18, 0.07);
}

.orc-about-checks p:not(.orc-check-label):not(.orc-check-desc) {
  margin: 0 !important;
  color: #090909;
  font-size: clamp(21px, 1.5vw, 27px);
  font-weight: 740;
  line-height: 1.48;
  word-break: keep-all;
}

.orc-about-statement {
  width: 100vw;
  max-width: none !important;
  min-height: clamp(230px, 22vw, 340px);
  margin: 0 0 0 calc(50% - 50vw) !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.06)),
    url("ohm-main-hero-bg.webp");
  background-size: cover;
  background-position: center center;
}

.entry-content > .orc-about-statement,
.entry-content > .wp-block-group.orc-about-statement,
.site-main .orc-about-statement.alignfull,
.ast-plain-container .entry-content .alignfull.orc-about-statement {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

.orc-about-statement .wp-block-spacer {
  display: none !important;
}

.orc-about-statement span {
  display: block;
  max-width: none;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.2em;
}

.orc-about-statement p:not(.orc-about-statement-kicker) {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(20px, 1.75vw, 30px);
  font-weight: 500;
  line-height: 1.62;
  letter-spacing: 0;
  word-break: keep-all;
}

/* Catalog page */

body.page-id-132 .site-main .dflip-books {
  position: relative;
  left: 50%;
  width: 100vw !important;
  max-width: none !important;
  margin: 0 0 90px -50vw !important;
  padding: clamp(18px, 1.45vw, 28px) !important;
  background: #747474 !important;
  box-sizing: border-box !important;
}

body.page-id-132 .site-main .dflip-books ._df_book {
  width: 100% !important;
  height: clamp(680px, 76vh, 820px) !important;
  min-height: clamp(680px, 76vh, 820px) !important;
  margin: 0 auto !important;
}

body.page-id-132 .site-main .dflip-books .df-container,
body.page-id-132 .site-main .dflip-books .df-viewer {
  width: 100% !important;
}

@media (max-width: 768px) {
  body.page-id-132 .site-main .dflip-books {
    margin-bottom: 58px !important;
    padding: 12px !important;
  }

  body.page-id-132 .site-main .dflip-books ._df_book {
    height: 70vh !important;
    min-height: 460px !important;
  }
}

.dflip-books:empty::before {
  content: "등록된 카탈로그가 없습니다. 카탈로그가 준비되는 대로 이곳에 표시됩니다.";
  display: block;
  padding: 54px 36px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  background: #f7f7f4;
  color: #333;
  font-size: 17px;
  line-height: 1.7;
  word-break: keep-all;
}

@media screen and (max-width: 921px) {

  .orc-about-grid {
    grid-template-columns: 1fr;
  }

  .orc-about-copy p {
    font-size: 16px;
  }

  .orc-about-closing {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 48px;
    padding: 34px 0 36px;
  }

  .orc-about-closing .orc-about-closing-copy {
    grid-column: auto;
    padding-top: 0;
    padding-left: 0;
    border-left: 0;
    font-size: clamp(18px, 5.2vw, 24px);
  }

  .orc-about-closing .orc-about-closing-copy::before {
    display: none;
  }

  .orc-about-checks {
    grid-column: auto;
    grid-template-columns: 1fr;
    gap: 18px !important;
    margin-top: 30px !important;
  }

  .orc-about-checks > .wp-block-column {
    min-height: 220px;
    padding: 32px 116px 34px 28px;
  }

  .orc-about-checks > .wp-block-column::before {
    top: 28px;
    right: 24px;
    width: 72px;
    height: 72px;
    background-size: 38px 38px;
  }

  .orc-about-statement {
    min-height: 240px;
    background-position: 56% center;
  }
}

/* Product detail pages use a white utility header, because there is no sub hero image behind the menu. */

/* Portfolio detail pages use the same white utility header as product details. */

/* Collection product grid: use a wider shop-style canvas. */

/* Contact inquiry page */

/* B2B account pages and compact header account links */
.orc-b2b-header-actions {
  position: fixed;
  top: 24px;
  right: max(32px, 4.2vw);
  z-index: 10001;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Pretendard", "Noto Sans KR", system-ui, sans-serif;
}

body.admin-bar .orc-b2b-header-actions {
  top: 56px;
}

.orc-b2b-header-actions a {
  min-height: 30px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.52);
  color: rgba(255, 255, 255, 0.92) !important;
  background: rgba(0, 0, 0, 0.16);
  font-size: 11px;
  font-weight: 850;
  line-height: 1;
  text-decoration: none !important;
  letter-spacing: 0.02em;
  backdrop-filter: blur(10px);
}

body.orc-header-scrolled:not(.home) .orc-b2b-header-actions a {
  border-color: rgba(0, 0, 0, 0.18);
  color: #111 !important;
  background: rgba(255, 255, 255, 0.92);
}

@media (max-width: 920px) {

  .orc-b2b-header-actions {
    top: 18px;
    right: 18px;
  }

  body.admin-bar .orc-b2b-header-actions {
    top: 52px;
  }
}

@media (max-width: 640px) {

  .orc-b2b-header-actions {
    display: none;
  }
}

/* Final mobile menu override: keep Astra desktop menu spacing out of the drawer. */
@media screen and (max-width: 921px) {
  body.ast-header-break-point:not(.wp-admin) #masthead #ast-mobile-header .ast-mobile-header-content,
  body.ast-header-break-point:not(.wp-admin) #ast-mobile-header .ast-mobile-header-content,
  body.ast-header-break-point:not(.wp-admin) .ast-mobile-header-content {
    width: 100vw !important;
    min-height: calc(100dvh - 92px) !important;
    padding: 18px max(22px, 6vw) 38px !important;
    background: #050505 !important;
    background-color: #050505 !important;
    color: #fff !important;
    overflow-y: auto !important;
    box-sizing: border-box !important;
  }

  body.ast-header-break-point:not(.wp-admin) #masthead #ast-mobile-header .ast-mobile-header-content .main-header-menu,
  body.ast-header-break-point:not(.wp-admin) #ast-mobile-header .ast-mobile-header-content .main-header-menu,
  body.ast-header-break-point:not(.wp-admin) .ast-mobile-header-content .main-header-menu {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
    align-content: flex-start !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 8px 6px !important;
    row-gap: 8px !important;
    column-gap: 6px !important;
    background: transparent !important;
    background-color: transparent !important;
  }

  body.ast-header-break-point:not(.wp-admin) #masthead #ast-mobile-header .ast-mobile-header-content .main-header-menu > li,
  body.ast-header-break-point:not(.wp-admin) #ast-mobile-header .ast-mobile-header-content .main-header-menu > li,
  body.ast-header-break-point:not(.wp-admin) .ast-mobile-header-content .main-header-menu > li {
    flex: 0 0 100% !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    background: transparent !important;
  }

  body.ast-header-break-point:not(.wp-admin) #masthead #ast-mobile-header .ast-mobile-header-content .main-header-menu > li > a.menu-link,
  body.ast-header-break-point:not(.wp-admin) #ast-mobile-header .ast-mobile-header-content .main-header-menu > li > a.menu-link,
  body.ast-header-break-point:not(.wp-admin) .ast-mobile-header-content .main-header-menu > li > a.menu-link {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 7px 0 !important;
    color: rgba(255, 255, 255, 0.94) !important;
    background: transparent !important;
    background-color: transparent !important;
    font-size: clamp(24px, 6.6vw, 32px) !important;
    font-weight: 850 !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
    text-transform: uppercase !important;
  }

  body.ast-header-break-point:not(.wp-admin) .ast-mobile-header-content .main-header-menu > li.current-menu-item > a.menu-link,
  body.ast-header-break-point:not(.wp-admin) .ast-mobile-header-content .main-header-menu > li > a.menu-link:hover {
    color: #fff !important;
    background: transparent !important;
  }
}

/* Polished mobile drawer layout */
@media screen and (max-width: 921px) {
  body.ast-header-break-point:not(.wp-admin) .ast-mobile-header-content {
    padding: 24px max(28px, 7vw) 52px !important;
    background: #050505 !important;
    background-color: #050505 !important;
  }

  body.ast-header-break-point:not(.wp-admin) .ast-mobile-header-content .main-header-menu {
    display: flex !important;
    flex-wrap: wrap !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    gap: 0 8px !important;
    row-gap: 0 !important;
    column-gap: 8px !important;
    background: transparent !important;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  body.ast-header-break-point:not(.wp-admin) .ast-mobile-header-content .main-header-menu > li {
    position: relative !important;
    flex: 0 0 100% !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    line-height: 1 !important;
  }

  body.ast-header-break-point:not(.wp-admin) .ast-mobile-header-content .main-header-menu > li > a.menu-link {
    display: grid !important;
    grid-template-columns: 42px minmax(0, 1fr) !important;
    align-items: center !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 15px 0 !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14) !important;
    background: transparent !important;
    background-color: transparent !important;
    color: rgba(255, 255, 255, 0.92) !important;
    font-size: clamp(22px, 6.2vw, 29px) !important;
    font-weight: 760 !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
    text-transform: uppercase !important;
  }

  body.ast-header-break-point:not(.wp-admin) .ast-mobile-header-content .main-header-menu > li > a.menu-link::before {
    color: rgba(255, 255, 255, 0.44) !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
  }

  body.ast-header-break-point:not(.wp-admin) .ast-mobile-header-content .main-header-menu > li.current-menu-item > a.menu-link,
  body.ast-header-break-point:not(.wp-admin) .ast-mobile-header-content .main-header-menu > li > a.menu-link:hover {
    color: #fff !important;
    background: transparent !important;
    background-color: transparent !important;
  }

  
  body.ast-header-break-point:not(.wp-admin) .ast-mobile-header-content .main-header-menu > li:has(> a[href*="/b2b-register/"]),
  body.ast-header-break-point:not(.wp-admin) .ast-mobile-header-content .main-header-menu > li:has(> a[href*="/b2b-login/"]),
  body.ast-header-break-point:not(.wp-admin) .ast-mobile-header-content .main-header-menu > li:has(> a[href*="/b2b-password/"]) {
    flex: 1 1 calc((100% - 16px) / 3) !important;
    width: auto !important;
    margin: 0 0 18px !important;
  }
}

/* Mobile drawer refinement v1.6.8 */
@media screen and (max-width: 921px) {
  body.ast-header-break-point:not(.wp-admin) .ast-mobile-header-content {
    padding: 22px max(24px, 6vw) 46px !important;
  }

  body.ast-header-break-point:not(.wp-admin) .ast-mobile-header-content .main-header-menu {
    gap: 0 6px !important;
    column-gap: 6px !important;
  }

  body.ast-header-break-point:not(.wp-admin) .ast-mobile-header-content .main-header-menu > li > a.menu-link {
    grid-template-columns: 34px minmax(0, 1fr) !important;
    padding: 14px 0 !important;
    border-bottom-color: rgba(255, 255, 255, 0.12) !important;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: clamp(20px, 5.4vw, 24px) !important;
    font-weight: 720 !important;
    line-height: 1.14 !important;
  }

  body.ast-header-break-point:not(.wp-admin) .ast-mobile-header-content .main-header-menu > li > a.menu-link::before {
    color: rgba(255, 255, 255, 0.38) !important;
    font-size: 10px !important;
    font-weight: 680 !important;
  }

  
  body.ast-header-break-point:not(.wp-admin) .ast-mobile-header-content .main-header-menu > li:has(> a[href*="/b2b-register/"]),
  body.ast-header-break-point:not(.wp-admin) .ast-mobile-header-content .main-header-menu > li:has(> a[href*="/b2b-login/"]),
  body.ast-header-break-point:not(.wp-admin) .ast-mobile-header-content .main-header-menu > li:has(> a[href*="/b2b-password/"]) {
    flex: 1 1 calc((100% - 12px) / 3) !important;
    margin: 0 0 18px !important;
  }
}

@media screen and (max-width: 380px) {
  body.ast-header-break-point:not(.wp-admin) .ast-mobile-header-content {
    padding-right: 22px !important;
    padding-left: 22px !important;
  }

  body.ast-header-break-point:not(.wp-admin) .ast-mobile-header-content .main-header-menu > li > a.menu-link {
    grid-template-columns: 30px minmax(0, 1fr) !important;
    font-size: clamp(18px, 5.5vw, 22px) !important;
  }
}

/* Mobile top navigation tabs v1.6.9 */
@media screen and (max-width: 921px) {
  body.ast-header-break-point:not(.wp-admin) #masthead,
  body.ast-header-break-point:not(.wp-admin) .site-header {
    background: rgba(255, 255, 255, 0.97) !important;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08) !important;
    backdrop-filter: blur(14px);
  }

  body.ast-header-break-point:not(.wp-admin) .main-header-bar,
  body.ast-header-break-point:not(.wp-admin) .ast-primary-header-bar,
  body.ast-header-break-point:not(.wp-admin) .ast-builder-grid-row,
  body.ast-header-break-point:not(.wp-admin) .ast-builder-grid-row-container {
    background: transparent !important;
  }

  body.ast-header-break-point:not(.wp-admin) .ast-primary-header-bar {
    padding-top: 12px !important;
    padding-bottom: 4px !important;
  }

  body.ast-header-break-point:not(.wp-admin) .custom-logo-link img,
  body.ast-header-break-point:not(.wp-admin) .site-logo-img img {
    width: clamp(156px, 42vw, 210px) !important;
    max-width: clamp(156px, 42vw, 210px) !important;
    filter: brightness(0) !important;
  }

  body.ast-header-break-point:not(.wp-admin) .menu-toggle,
  body.ast-header-break-point:not(.wp-admin) button.menu-toggle,
  body.ast-header-break-point:not(.wp-admin) .ast-button-wrap {
    display: none !important;
  }

  body.ast-header-break-point:not(.wp-admin) #masthead #ast-mobile-header .ast-mobile-header-content,
  body.ast-header-break-point:not(.wp-admin) #ast-mobile-header .ast-mobile-header-content,
  body.ast-header-break-point:not(.wp-admin) .ast-mobile-header-content {
    display: block !important;
    visibility: visible !important;
    width: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    height: auto !important;
    margin: 0 !important;
    padding: 4px max(14px, 4vw) 11px !important;
    background: rgba(255, 255, 255, 0.97) !important;
    background-color: rgba(255, 255, 255, 0.97) !important;
    color: #151515 !important;
    overflow: visible !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
  }

  body.ast-header-break-point:not(.wp-admin) #masthead #ast-mobile-header .ast-mobile-header-content .main-header-menu,
  body.ast-header-break-point:not(.wp-admin) #ast-mobile-header .ast-mobile-header-content .main-header-menu,
  body.ast-header-break-point:not(.wp-admin) .ast-mobile-header-content .main-header-menu {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 0 !important;
    row-gap: 6px !important;
    column-gap: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  body.ast-header-break-point:not(.wp-admin) .ast-mobile-header-content .main-header-menu > li {
    position: relative !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    line-height: 1 !important;
  }

  
  body.ast-header-break-point:not(.wp-admin) .ast-mobile-header-content .main-header-menu > li:has(> a[href*="/b2b-register/"]),
  body.ast-header-break-point:not(.wp-admin) .ast-mobile-header-content .main-header-menu > li:has(> a[href*="/b2b-login/"]),
  body.ast-header-break-point:not(.wp-admin) .ast-mobile-header-content .main-header-menu > li:has(> a[href*="/b2b-password/"]) {
    flex: 1 1 calc((100% - 12px) / 3) !important;
    width: auto !important;
    max-width: none !important;
    margin: 2px 0 0 !important;
  }

  body.ast-header-break-point:not(.wp-admin) .ast-mobile-header-content .main-header-menu > li.current-menu-item > a.menu-link,
  body.ast-header-break-point:not(.wp-admin) .ast-mobile-header-content .main-header-menu > li > a.menu-link:hover {
    color: #777 !important;
    background: transparent !important;
  }

  
  body.ast-header-break-point:not(.wp-admin) .ast-mobile-header-content .main-header-menu > li:has(> a[href*="/b2b-register/"]) {
    order: 11 !important;
  }

  
  body.ast-header-break-point:not(.wp-admin) .ast-mobile-header-content .main-header-menu > li:has(> a[href*="/b2b-login/"]) {
    order: 12 !important;
  }

  
  body.ast-header-break-point:not(.wp-admin) .ast-mobile-header-content .main-header-menu > li:has(> a[href*="/b2b-password/"]) {
    order: 13 !important;
  }
}

@media screen and (max-width: 380px) {
  body.ast-header-break-point:not(.wp-admin) .ast-mobile-header-content {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}

/* Compact mobile top tabs hard reset v1.6.10 */
@media screen and (max-width: 921px) {
  body.ast-header-break-point:not(.wp-admin) #masthead,
  body.ast-header-break-point:not(.wp-admin) .site-header {
    background: rgba(255, 255, 255, 0.98) !important;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08) !important;
  }

  body.ast-header-break-point:not(.wp-admin) .ast-primary-header-bar {
    padding-top: 12px !important;
    padding-bottom: 0 !important;
  }

  body.ast-header-break-point:not(.wp-admin) .custom-logo-link img,
  body.ast-header-break-point:not(.wp-admin) .site-logo-img img {
    width: clamp(150px, 40vw, 188px) !important;
    max-width: clamp(150px, 40vw, 188px) !important;
    filter: brightness(0) !important;
  }

  body.ast-header-break-point:not(.wp-admin) .menu-toggle,
  body.ast-header-break-point:not(.wp-admin) button.menu-toggle,
  body.ast-header-break-point:not(.wp-admin) .ast-button-wrap {
    display: none !important;
  }

  body.ast-header-break-point:not(.wp-admin) #masthead #ast-mobile-header .ast-mobile-header-content,
  body.ast-header-break-point:not(.wp-admin) #ast-mobile-header .ast-mobile-header-content,
  body.ast-header-break-point:not(.wp-admin) .ast-mobile-header-content {
    display: block !important;
    visibility: visible !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 2px 12px 10px !important;
    background: rgba(255, 255, 255, 0.98) !important;
    color: #111 !important;
    overflow: visible !important;
    box-shadow: none !important;
  }

  body.ast-header-break-point:not(.wp-admin) .ast-mobile-header-content .main-header-menu,
  body.ast-header-break-point:not(.wp-admin) .ast-mobile-header-content .ast-nav-menu {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 0 !important;
    row-gap: 5px !important;
    background: transparent !important;
    border: 0 !important;
  }

  body.ast-header-break-point:not(.wp-admin) .ast-mobile-header-content .main-header-menu > li,
  body.ast-header-break-point:not(.wp-admin) .ast-mobile-header-content .ast-nav-menu > li {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    line-height: 1 !important;
  }

  body.ast-header-break-point:not(.wp-admin) .ast-mobile-header-content .main-header-menu > li > a.menu-link,
  body.ast-header-break-point:not(.wp-admin) .ast-mobile-header-content .ast-nav-menu > li > a.menu-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    grid-template-columns: none !important;
    width: auto !important;
    max-width: none !important;
    height: 24px !important;
    min-height: 24px !important;
    margin: 0 !important;
    padding: 0 2px !important;
    border: 0 !important;
    border-bottom: 0 !important;
    background: transparent !important;
    color: #121212 !important;
    font-size: clamp(8px, 2.2vw, 10px) !important;
    font-weight: 650 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    word-break: normal !important;
  }

  body.ast-header-break-point:not(.wp-admin) .ast-mobile-header-content .main-header-menu > li > a.menu-link::before,
  body.ast-header-break-point:not(.wp-admin) .ast-mobile-header-content .ast-nav-menu > li > a.menu-link::before {
    content: none !important;
    display: none !important;
  }
}

@media screen and (max-width: 380px) {
  body.ast-header-break-point:not(.wp-admin) .ast-mobile-header-content {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  body.ast-header-break-point:not(.wp-admin) .ast-mobile-header-content .main-header-menu > li > a.menu-link,
  body.ast-header-break-point:not(.wp-admin) .ast-mobile-header-content .ast-nav-menu > li > a.menu-link {
    font-size: 8px !important;
  }
}

/* Compact mobile top tabs without Astra body class v1.6.11 */
@media screen and (max-width: 921px) {
  body:not(.wp-admin) #masthead,
  body:not(.wp-admin) .site-header {
    background: rgba(255, 255, 255, 0.98) !important;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08) !important;
  }

  body:not(.wp-admin) .ast-primary-header-bar {
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    background: transparent !important;
  }

  body:not(.wp-admin) .custom-logo-link img,
  body:not(.wp-admin) .site-logo-img img {
    width: clamp(150px, 40vw, 188px) !important;
    max-width: clamp(150px, 40vw, 188px) !important;
    filter: brightness(0) !important;
  }

  body:not(.wp-admin) .menu-toggle,
  body:not(.wp-admin) button.menu-toggle,
  body:not(.wp-admin) .ast-button-wrap {
    display: none !important;
  }

  body:not(.wp-admin) #ast-mobile-header .ast-mobile-header-content,
  body:not(.wp-admin) .ast-mobile-header-content {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 2px 12px 10px !important;
    background: rgba(255, 255, 255, 0.98) !important;
    color: #111 !important;
    overflow: visible !important;
    box-shadow: none !important;
  }

  body:not(.wp-admin) #ast-mobile-header .main-header-menu,
  body:not(.wp-admin) .ast-mobile-header-content .main-header-menu,
  body:not(.wp-admin) .ast-mobile-header-content .ast-nav-menu {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 0 !important;
    row-gap: 5px !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  body:not(.wp-admin) #ast-mobile-header .main-header-menu > li,
  body:not(.wp-admin) .ast-mobile-header-content .main-header-menu > li,
  body:not(.wp-admin) .ast-mobile-header-content .ast-nav-menu > li {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    line-height: 1 !important;
  }

  body:not(.wp-admin) #ast-mobile-header .main-header-menu > li > a.menu-link,
  body:not(.wp-admin) .ast-mobile-header-content .main-header-menu > li > a.menu-link,
  body:not(.wp-admin) .ast-mobile-header-content .ast-nav-menu > li > a.menu-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    grid-template-columns: none !important;
    width: auto !important;
    max-width: none !important;
    height: 24px !important;
    min-height: 24px !important;
    margin: 0 !important;
    padding: 0 2px !important;
    border: 0 !important;
    border-bottom: 0 !important;
    background: transparent !important;
    color: #121212 !important;
    font-size: clamp(8px, 2.2vw, 10px) !important;
    font-weight: 650 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    word-break: normal !important;
  }

  body:not(.wp-admin) #ast-mobile-header .main-header-menu > li > a.menu-link::before,
  body:not(.wp-admin) .ast-mobile-header-content .main-header-menu > li > a.menu-link::before,
  body:not(.wp-admin) .ast-mobile-header-content .ast-nav-menu > li > a.menu-link::before {
    content: none !important;
    display: none !important;
  }
}

@media screen and (max-width: 380px) {
  body:not(.wp-admin) #ast-mobile-header .ast-mobile-header-content,
  body:not(.wp-admin) .ast-mobile-header-content {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  body:not(.wp-admin) #ast-mobile-header .main-header-menu > li > a.menu-link,
  body:not(.wp-admin) .ast-mobile-header-content .main-header-menu > li > a.menu-link,
  body:not(.wp-admin) .ast-mobile-header-content .ast-nav-menu > li > a.menu-link {
    font-size: 8px !important;
  }
}

/* Emergency mobile menu repair v1.6.12 */
@media screen and (max-width: 921px) {
  html body:not(.wp-admin) #page #masthead,
  html body:not(.wp-admin) #page .site-header {
    background: rgba(255, 255, 255, 0.98) !important;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08) !important;
  }

  html body:not(.wp-admin) #page #masthead #ast-mobile-header .ast-primary-header-bar {
    padding-top: 12px !important;
    padding-bottom: 4px !important;
    background: transparent !important;
  }

  html body:not(.wp-admin) #page #masthead #ast-mobile-header .custom-logo-link img,
  html body:not(.wp-admin) #page #masthead #ast-mobile-header .site-logo-img img {
    width: clamp(150px, 39vw, 184px) !important;
    max-width: clamp(150px, 39vw, 184px) !important;
    filter: brightness(0) !important;
  }

  html body:not(.wp-admin) #page #masthead #ast-mobile-header .menu-toggle,
  html body:not(.wp-admin) #page #masthead #ast-mobile-header button.menu-toggle,
  html body:not(.wp-admin) #page #masthead #ast-mobile-header .ast-button-wrap {
    display: none !important;
  }

  html body:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 12px 10px !important;
    background: rgba(255, 255, 255, 0.98) !important;
    color: #111 !important;
    overflow: visible !important;
    box-shadow: none !important;
  }

  html body:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content .main-header-menu,
  html body:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content .ast-nav-menu {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    height: 28px !important;
    min-height: 28px !important;
    max-height: 28px !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: hidden !important;
  }

  html body:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content .main-header-menu > li,
  html body:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content .ast-nav-menu > li {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    height: 28px !important;
    min-height: 28px !important;
    max-height: 28px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    line-height: 1 !important;
  }

  html body:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content .main-header-menu > li > a.menu-link,
  html body:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content .ast-nav-menu > li > a.menu-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    grid-template-columns: none !important;
    width: auto !important;
    max-width: none !important;
    height: 28px !important;
    min-height: 28px !important;
    max-height: 28px !important;
    margin: 0 !important;
    padding: 0 2px !important;
    border: 0 !important;
    border-bottom: 0 !important;
    background: transparent !important;
    color: #111 !important;
    font-size: clamp(8px, 2.25vw, 10px) !important;
    font-weight: 650 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    word-break: normal !important;
  }

  html body:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content .main-header-menu > li > a.menu-link::before,
  html body:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content .ast-nav-menu > li > a.menu-link::before {
    content: none !important;
    display: none !important;
  }
}

@media screen and (max-width: 380px) {
  html body:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  html body:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content .main-header-menu > li > a.menu-link,
  html body:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content .ast-nav-menu > li > a.menu-link {
    font-size: 8px !important;
  }
}

/* Home mobile overlay header v1.6.13 */
@media screen and (max-width: 921px) {
  html body.home:not(.wp-admin) #page #masthead,
  html body.home:not(.wp-admin) #page .site-header {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 80 !important;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
  }

  html body.home:not(.wp-admin) #page #masthead #ast-mobile-header,
  html body.home:not(.wp-admin) #page #masthead #ast-mobile-header .ast-primary-header-bar,
  html body.home:not(.wp-admin) #page #masthead #ast-mobile-header .ast-builder-grid-row,
  html body.home:not(.wp-admin) #page #masthead #ast-mobile-header .ast-builder-grid-row-container,
  html body.home:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
  }

  html body.home:not(.wp-admin) #page #masthead #ast-mobile-header .ast-primary-header-bar {
    padding-top: 20px !important;
    padding-bottom: 2px !important;
  }

  html body.home:not(.wp-admin) #page #masthead #ast-mobile-header .custom-logo-link img,
  html body.home:not(.wp-admin) #page #masthead #ast-mobile-header .site-logo-img img {
    width: clamp(158px, 42vw, 198px) !important;
    max-width: clamp(158px, 42vw, 198px) !important;
    filter: brightness(0) invert(1) !important;
  }

  html body.home:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content {
    padding: 4px 12px 12px !important;
  }

  html body.home:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content .main-header-menu,
  html body.home:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content .ast-nav-menu {
    height: 30px !important;
    min-height: 30px !important;
    max-height: 30px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18) !important;
  }

  html body.home:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content .main-header-menu > li,
  html body.home:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content .ast-nav-menu > li {
    height: 30px !important;
    min-height: 30px !important;
    max-height: 30px !important;
  }

  html body.home:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content .main-header-menu > li > a.menu-link,
  html body.home:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content .ast-nav-menu > li > a.menu-link {
    height: 30px !important;
    min-height: 30px !important;
    max-height: 30px !important;
    color: rgba(255, 255, 255, 0.94) !important;
    font-size: clamp(8px, 2.25vw, 10px) !important;
    font-weight: 720 !important;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.45) !important;
  }

  html body.home:not(.wp-admin) #content,
  html body.home:not(.wp-admin) .site-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 380px) {
  html body.home:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
}

/* Home mobile bottom layout repair v1.6.15 */
@media screen and (max-width: 640px) {

  html body.home:not(.wp-admin) .orc-home-kakao-inline {
    position: fixed !important;
    right: 94px !important;
    bottom: calc(42px + env(safe-area-inset-bottom, 0px)) !important;
    z-index: 100002 !important;
    width: auto !important;
    min-width: 28px !important;
    max-width: none !important;
    height: 20px !important;
    padding: 0 !important;
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: 10px !important;
    font-weight: 760 !important;
    line-height: 20px !important;
    text-align: center !important;
    text-decoration: none !important;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.36) !important;
  }
}

@media screen and (max-width: 360px) {

  html body.home:not(.wp-admin) .orc-home-kakao-inline {
    bottom: calc(36px + env(safe-area-inset-bottom, 0px)) !important;
  }
}

/* Mobile header/account and home footer alignment v1.6.17 */
@media screen and (max-width: 921px) {
  html body:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    padding: 4px 8px 46px !important;
    overflow: visible !important;
  }

  html body:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content .main-header-menu,
  html body:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content .ast-nav-menu {
    display: grid !important;
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
    align-items: center !important;
    gap: 0 !important;
    width: 100% !important;
    height: 30px !important;
    min-height: 30px !important;
    max-height: 30px !important;
    overflow: visible !important;
  }

  html body:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content .main-header-menu > li,
  html body:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content .ast-nav-menu > li {
    display: none !important;
    width: auto !important;
    min-width: 0 !important;
    height: 30px !important;
    min-height: 30px !important;
    max-height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }

  html body:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content .main-header-menu > li > a.menu-link,
  html body:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content .ast-nav-menu > li > a.menu-link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 30px !important;
    min-height: 30px !important;
    max-height: 30px !important;
    padding: 0 1px !important;
    color: #111 !important;
    background: transparent !important;
    border: 0 !important;
    font-size: clamp(6px, 1.72vw, 8px) !important;
    font-weight: 760 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
  }

  html body.home:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content .main-header-menu > li > a.menu-link,
  html body.home:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content .ast-nav-menu > li > a.menu-link {
    color: rgba(255, 255, 255, 0.94) !important;
  }

  html body:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content .main-header-menu > li > a.menu-link::before,
  html body:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content .ast-nav-menu > li > a.menu-link::before {
    content: none !important;
    display: none !important;
  }

  html body:not(.wp-admin) .orc-b2b-header-actions {
    position: fixed !important;
    top: 92px !important;
    right: 10px !important;
    left: 10px !important;
    z-index: 10004 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 5px !important;
    pointer-events: none !important;
  }

  html body.admin-bar:not(.wp-admin) .orc-b2b-header-actions {
    top: 124px !important;
  }

  html body:not(.wp-admin) .orc-b2b-header-actions a {
    pointer-events: auto !important;
    min-height: 24px !important;
    height: 24px !important;
    padding: 0 8px !important;
    border: 1px solid rgba(0, 0, 0, 0.18) !important;
    color: #111 !important;
    background: rgba(255, 255, 255, 0.9) !important;
    font-size: 9px !important;
    font-weight: 820 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    backdrop-filter: blur(12px) !important;
  }

  html body.home:not(.wp-admin) .orc-b2b-header-actions a {
    border-color: rgba(255, 255, 255, 0.38) !important;
    color: rgba(255, 255, 255, 0.94) !important;
    background: rgba(0, 0, 0, 0.2) !important;
  }
}

@media screen and (max-width: 640px) {

  html body.home:not(.wp-admin) .orc-home-kakao-inline {
    right: 102px !important;
    bottom: calc(38px + env(safe-area-inset-bottom, 0px)) !important;
  }
}

@media screen and (max-width: 360px) {
  html body:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content .main-header-menu > li > a.menu-link,
  html body:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content .ast-nav-menu > li > a.menu-link {
    font-size: 6px !important;
  }
}

/* Mobile header readability repair v1.6.18 */
@media screen and (max-width: 921px) {
  html body:not(.wp-admin) #page #masthead,
  html body:not(.wp-admin) #page .site-header {
    min-height: 148px !important;
    overflow: visible !important;
  }

  html body:not(.wp-admin) #page #masthead #ast-mobile-header .ast-primary-header-bar {
    padding-top: 20px !important;
    padding-bottom: 2px !important;
  }

  html body:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 4px 12px 62px !important;
    overflow: visible !important;
    background: transparent !important;
  }

  html body:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content .main-header-menu,
  html body:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content .ast-nav-menu {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    grid-auto-rows: 25px !important;
    align-items: center !important;
    justify-content: stretch !important;
    gap: 2px 6px !important;
    width: 100% !important;
    height: auto !important;
    min-height: 52px !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  html body:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content .main-header-menu > li,
  html body:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content .ast-nav-menu > li {
    display: none !important;
    width: auto !important;
    min-width: 0 !important;
    height: 25px !important;
    min-height: 25px !important;
    max-height: 25px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: visible !important;
  }

  html body:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content .main-header-menu > li > a.menu-link,
  html body:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content .ast-nav-menu > li > a.menu-link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 25px !important;
    min-height: 25px !important;
    max-height: 25px !important;
    padding: 0 2px !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    color: #111 !important;
    background: rgba(255, 255, 255, 0.82) !important;
    font-size: 8px !important;
    font-weight: 820 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    overflow: hidden !important;
  }

  html body.home:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content .main-header-menu > li > a.menu-link,
  html body.home:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content .ast-nav-menu > li > a.menu-link {
    border-color: rgba(255, 255, 255, 0.2) !important;
    color: rgba(255, 255, 255, 0.96) !important;
    background: rgba(0, 0, 0, 0.34) !important;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45) !important;
  }

  html body:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content .main-header-menu > li > a.menu-link::before,
  html body:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content .ast-nav-menu > li > a.menu-link::before {
    content: none !important;
    display: none !important;
  }

  html body:not(.wp-admin) .orc-b2b-header-actions {
    position: fixed !important;
    top: 128px !important;
    right: 12px !important;
    left: 12px !important;
    z-index: 10005 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    width: auto !important;
    max-width: none !important;
    height: 27px !important;
    margin: 0 !important;
    padding: 0 !important;
    pointer-events: none !important;
  }

  html body.admin-bar:not(.wp-admin) .orc-b2b-header-actions {
    top: 160px !important;
  }

  html body:not(.wp-admin) .orc-b2b-header-actions a {
    pointer-events: auto !important;
    min-width: 58px !important;
    min-height: 27px !important;
    height: 27px !important;
    padding: 0 9px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    color: #111 !important;
    background: rgba(255, 255, 255, 0.94) !important;
    font-size: 10px !important;
    font-weight: 860 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12) !important;
    backdrop-filter: blur(12px) !important;
  }

  html body.home:not(.wp-admin) .orc-b2b-header-actions a {
    border-color: rgba(255, 255, 255, 0.38) !important;
    color: #fff !important;
    background: rgba(0, 0, 0, 0.58) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22) !important;
    text-shadow: none !important;
  }
}

@media screen and (max-width: 360px) {
  html body:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content .main-header-menu,
  html body:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content .ast-nav-menu {
    gap: 2px 4px !important;
  }

  html body:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content .main-header-menu > li > a.menu-link,
  html body:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content .ast-nav-menu > li > a.menu-link {
    font-size: 7px !important;
  }

  html body:not(.wp-admin) .orc-b2b-header-actions a {
    min-width: 52px !important;
    padding: 0 7px !important;
    font-size: 9px !important;
  }
}

/* Mobile header slim tabs v1.6.19 */
@media screen and (max-width: 921px) {
  html body:not(.wp-admin) #page #masthead,
  html body:not(.wp-admin) #page .site-header {
    min-height: 108px !important;
    overflow: visible !important;
  }

  html body:not(.wp-admin) #page #masthead #ast-mobile-header .ast-primary-header-bar {
    padding-top: 18px !important;
    padding-bottom: 0 !important;
  }

  html body:not(.wp-admin) #page #masthead #ast-mobile-header .custom-logo-link img,
  html body:not(.wp-admin) #page #masthead #ast-mobile-header .site-logo-img img {
    width: clamp(132px, 42vw, 168px) !important;
    max-width: clamp(132px, 42vw, 168px) !important;
  }

  html body:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 6px 12px 8px !important;
    overflow: visible !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  html body:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content .main-header-menu,
  html body:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content .ast-nav-menu {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: clamp(3px, 1.15vw, 7px) !important;
    width: 100% !important;
    height: 22px !important;
    min-height: 22px !important;
    max-height: 22px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    border: 0 !important;
    background: transparent !important;
  }

  html body:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content .main-header-menu > li,
  html body:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content .ast-nav-menu > li {
    display: none !important;
    flex: 0 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    height: 22px !important;
    min-height: 22px !important;
    max-height: 22px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: visible !important;
  }

  html body:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content .main-header-menu > li > a.menu-link,
  html body:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content .ast-nav-menu > li > a.menu-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 0 !important;
    height: 22px !important;
    min-height: 22px !important;
    max-height: 22px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    color: #111 !important;
    background: transparent !important;
    font-size: clamp(5.8px, 1.85vw, 7.4px) !important;
    font-weight: 820 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    overflow: visible !important;
  }

  html body.home:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content .main-header-menu > li > a.menu-link,
  html body.home:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content .ast-nav-menu > li > a.menu-link {
    color: rgba(255, 255, 255, 0.96) !important;
    text-shadow: 0 1px 9px rgba(0, 0, 0, 0.55) !important;
  }

  html body:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content .main-header-menu > li > a.menu-link::before,
  html body:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content .ast-nav-menu > li > a.menu-link::before {
    content: none !important;
    display: none !important;
  }

  html body:not(.wp-admin) .orc-b2b-header-actions {
    position: fixed !important;
    top: 30px !important;
    right: 12px !important;
    left: auto !important;
    z-index: 10005 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 4px !important;
    width: auto !important;
    max-width: calc(100vw - 172px) !important;
    height: 21px !important;
    margin: 0 !important;
    padding: 0 !important;
    pointer-events: none !important;
  }

  html body.admin-bar:not(.wp-admin) .orc-b2b-header-actions {
    top: 62px !important;
  }

  html body:not(.wp-admin) .orc-b2b-header-actions a {
    pointer-events: auto !important;
    min-width: 0 !important;
    min-height: 21px !important;
    height: 21px !important;
    padding: 0 6px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid rgba(0, 0, 0, 0.22) !important;
    color: #111 !important;
    background: rgba(255, 255, 255, 0.92) !important;
    font-size: clamp(7px, 1.9vw, 8px) !important;
    font-weight: 820 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    box-shadow: none !important;
    backdrop-filter: blur(10px) !important;
  }

  html body.home:not(.wp-admin) .orc-b2b-header-actions a {
    border-color: rgba(255, 255, 255, 0.32) !important;
    color: rgba(255, 255, 255, 0.95) !important;
    background: rgba(0, 0, 0, 0.34) !important;
    text-shadow: none !important;
  }
}

@media screen and (max-width: 360px) {
  html body:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  html body:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content .main-header-menu,
  html body:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content .ast-nav-menu {
    gap: 3px !important;
  }

  html body:not(.wp-admin) .orc-b2b-header-actions {
    right: 8px !important;
    max-width: calc(100vw - 156px) !important;
  }

  html body:not(.wp-admin) .orc-b2b-header-actions a {
    padding: 0 5px !important;
    font-size: 7px !important;
  }
}

/* Mobile subpage hero spacing and catalog touch support v1.6.21 */
@media screen and (max-width: 921px) {
  html body.page-id-11:not(.home):not(.wp-admin) #content,
  html body.page-id-11:not(.home):not(.wp-admin) .site-content,
  html body.page-id-132:not(.home):not(.wp-admin) #content,
  html body.page-id-132:not(.home):not(.wp-admin) .site-content {
    padding-top: 144px !important;
  }

  html body.admin-bar.page-id-11:not(.home):not(.wp-admin) #content,
  html body.admin-bar.page-id-11:not(.home):not(.wp-admin) .site-content,
  html body.admin-bar.page-id-132:not(.home):not(.wp-admin) #content,
  html body.admin-bar.page-id-132:not(.home):not(.wp-admin) .site-content {
    padding-top: 176px !important;
  }

  html body.page-id-132 .site-main .dflip-books,
  html body.page-id-132 .site-main .dflip-books *,
  html body.page-id-132 .site-main .df-container,
  html body.page-id-132 .site-main .df-viewer,
  html body.page-id-132 .site-main ._df_book {
    touch-action: pan-x pan-y pinch-zoom;
  }

  html body.page-id-132 .site-main .dflip-books ._df_book,
  html body.page-id-132 .site-main .dflip-books .df-container,
  html body.page-id-132 .site-main .dflip-books .df-viewer {
    pointer-events: auto !important;
  }
}

/* Home bottom copyright v1.6.25 */

/* Real mobile bottom clearance v1.6.26 */
@media screen and (max-width: 640px) {
  html body.home:not(.wp-admin) .orc-home-hero {
    min-height: 100svh !important;
  }

  @supports (min-height: 100dvh) {
    html body.home:not(.wp-admin) .orc-home-hero {
      min-height: 100dvh !important;
    }
  }

  html body.home:not(.wp-admin) .orc-home-kakao-inline {
    bottom: calc(28px + env(safe-area-inset-bottom, 0px)) !important;
  }
}

/* Unified mobile bottom actions v1.6.27 */
@media screen and (max-width: 640px) {

  html body.home:not(.wp-admin) .orc-home-kakao-inline {
    bottom: calc(26px + env(safe-area-inset-bottom, 0px)) !important;
    transition: opacity 0.62s ease !important;
  }

  html body.home:not(.wp-admin) .orc-home-kakao-inline {
    right: 102px !important;
  }

  html body.home.orc-intro-active:not(.wp-admin) .orc-home-kakao-inline {
    opacity: 0 !important;
    pointer-events: none !important;
  }

  html body.home.orc-intro-done:not(.wp-admin) .orc-home-kakao-inline {
    opacity: 1 !important;
    pointer-events: auto !important;
  }
}

/* About compact company profile layout v1.6.28 */
body.page-id-11 #content::before {
  height: 300px !important;
}

body.page-id-11 .site-content > .ast-container {
  padding-top: 48px !important;
}

body.page-id-11 .orc-about-grid {
  grid-template-columns: minmax(280px, 0.82fr) minmax(420px, 1.18fr) !important;
  gap: clamp(28px, 4.5vw, 68px) !important;
  align-items: center !important;
}

body.page-id-11 .orc-about-copy p {
  margin-bottom: 14px !important;
  font-size: clamp(14.5px, 0.95vw, 17px) !important;
  line-height: 1.66 !important;
}

body.page-id-11 .orc-about-closing {
  width: min(1180px, 92vw) !important;
  margin-bottom: 46px !important;
  padding: 36px 0 40px !important;
  grid-template-columns: minmax(280px, 0.38fr) minmax(440px, 0.62fr) !important;
  column-gap: clamp(34px, 5vw, 76px) !important;
}

body.page-id-11 .orc-about-closing .orc-about-closing-copy {
  max-width: 680px !important;
  padding-top: 22px !important;
  padding-left: 34px !important;
  font-size: clamp(15px, 1vw, 18px) !important;
  line-height: 1.66 !important;
}

body.page-id-11 .orc-about-closing .orc-about-closing-copy::before {
  height: 118px !important;
}

body.page-id-11 .orc-about-checks {
  margin-top: 38px !important;
  gap: clamp(18px, 2vw, 28px) !important;
}

body.page-id-11 .orc-about-checks > .wp-block-column {
  min-height: 190px !important;
  padding: 28px 28px !important;
  padding-right: 96px !important;
}

body.page-id-11 .orc-about-checks > .wp-block-column::before {
  top: 24px !important;
  right: 24px !important;
  width: 54px !important;
  height: 54px !important;
  background-size: 32px 32px !important;
  border-radius: 8px !important;
}

body.page-id-11 .orc-about-checks p:not(.orc-check-label):not(.orc-check-desc) {
  font-size: clamp(18px, 1.2vw, 22px) !important;
  line-height: 1.34 !important;
}

body.page-id-11 .orc-about-statement {
  min-height: clamp(190px, 18vw, 260px) !important;
}

body.page-id-11 .orc-about-statement p:not(.orc-about-statement-kicker) {
  max-width: 680px !important;
  font-size: clamp(20px, 2vw, 34px) !important;
  line-height: 1.34 !important;
}

@media screen and (max-width: 921px) {
  body.page-id-11 #content::before {
    height: 230px !important;
  }

  body.page-id-11 .site-content > .ast-container {
    padding-top: 36px !important;
  }

  body.page-id-11 .orc-about-grid,
  body.page-id-11 .orc-about-closing {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  body.page-id-11 .orc-about-copy p {
    font-size: 14px !important;
    line-height: 1.66 !important;
  }

  body.page-id-11 .orc-about-closing {
    margin-bottom: 34px !important;
    padding: 32px 0 34px !important;
  }

  body.page-id-11 .orc-about-closing .orc-about-closing-copy {
    grid-column: 1 !important;
    padding-top: 18px !important;
    padding-left: 24px !important;
    font-size: 14.5px !important;
    line-height: 1.68 !important;
  }

  body.page-id-11 .orc-about-checks {
    grid-template-columns: 1fr !important;
    margin-top: 24px !important;
    gap: 14px !important;
  }

  body.page-id-11 .orc-about-checks > .wp-block-column {
    min-height: 0 !important;
    padding: 24px 88px 24px 24px !important;
  }

  body.page-id-11 .orc-about-statement {
    min-height: 210px !important;
  }
}

/* Home mobile B2B/contact spacing v1.6.29 */

/* Home contact/showroom alignment v1.6.37 */

/* About overview scale refinement v1.6.30 */
body.page-id-11 #content::before {
  height: 250px !important;
}

body.page-id-11 .site-content > .ast-container {
  padding-top: 34px !important;
}


body.page-id-11 .orc-about-closing {
  width: min(1120px, 90vw) !important;
}

/* Home contact/showroom mobile collision fix v1.6.38 */

body.page-id-11 .orc-about-grid {
  grid-template-columns: minmax(250px, 0.78fr) minmax(390px, 1.22fr) !important;
  gap: clamp(24px, 3.4vw, 52px) !important;
}

body.page-id-11 .orc-about-copy p {
  margin-bottom: 10px !important;
  font-size: clamp(13px, 0.82vw, 15px) !important;
  line-height: 1.56 !important;
}

/* ire brand refinement v1.6.39 */
html body.home:not(.wp-admin) .orc-intro-screen {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.72) 45%, rgba(0, 0, 0, 0.9)),
    radial-gradient(circle at 78% 34%, rgba(255, 255, 255, 0.12), transparent 28%),
    #050505 !important;
  justify-content: flex-start !important;
  overflow: hidden !important;
}

html body.home:not(.wp-admin) .orc-intro-screen::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(115deg, transparent 0 36%, rgba(255, 255, 255, 0.1) 36.2%, transparent 36.8% 100%),
    linear-gradient(145deg, transparent 0 58%, rgba(255, 255, 255, 0.07) 58.2%, transparent 58.8% 100%);
  background-size: 24vw 100%, 100% 100%, 100% 100%;
  opacity: 0.24;
  transform: scale(1.04);
  transition: opacity 1.2s ease, transform 4s ease;
}

html body.home:not(.wp-admin) .orc-intro-screen.is-visible::before {
  opacity: 0.38;
  transform: scale(1);
}

html body.home:not(.wp-admin) .orc-intro-material {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 1fr;
  opacity: 0.54;
  pointer-events: none;
}

html body.home:not(.wp-admin) .orc-intro-material span {
  border-right: 1px solid rgba(255, 255, 255, 0.09);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 42%, rgba(255, 255, 255, 0.02)),
    linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.045), transparent);
  transform: translateY(100%);
  transition: transform 1.28s cubic-bezier(0.22, 1, 0.36, 1);
}

html body.home:not(.wp-admin) .orc-intro-screen.is-visible .orc-intro-material span {
  transform: translateY(0);
}

html body.home:not(.wp-admin) .orc-intro-screen.is-visible .orc-intro-material span:nth-child(2) {
  transition-delay: 0.12s;
}

html body.home:not(.wp-admin) .orc-intro-screen.is-visible .orc-intro-material span:nth-child(3) {
  transition-delay: 0.22s;
}

html body.home:not(.wp-admin) .orc-intro-inner {
  position: relative !important;
  z-index: 2 !important;
  width: min(1120px, 88vw) !important;
  margin: 0 auto !important;
  align-items: flex-start !important;
}

html body.home:not(.wp-admin) .orc-intro-screen .orc-intro-logo-link {
  align-items: flex-start !important;
}

html body.home:not(.wp-admin) .orc-intro-kicker,
html body.home:not(.wp-admin) .orc-intro-tagline {
  font-family: Pretendard, "Noto Sans KR", Arial, sans-serif !important;
  color: rgba(255, 255, 255, 0.7) !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

html body.home:not(.wp-admin) .orc-intro-kicker {
  margin: 0 0 20px !important;
  font-size: clamp(11px, 0.84vw, 14px) !important;
  font-weight: 760 !important;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.9s ease 0.66s, transform 0.9s ease 0.66s;
}

html body.home:not(.wp-admin) .orc-intro-screen .orc-intro-logo-link img {
  max-width: min(386px, 72vw) !important;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 1.05s ease 0.82s, transform 1.05s cubic-bezier(0.22, 1, 0.36, 1) 0.82s !important;
}

html body.home:not(.wp-admin) .orc-intro-screen.is-visible .orc-intro-logo-link img {
  opacity: 1 !important;
  transform: translateY(0);
  animation: none !important;
}

html body.home:not(.wp-admin) .orc-intro-tagline {
  display: block !important;
  max-width: 360px !important;
  margin-top: 22px !important;
  font-size: clamp(11px, 0.86vw, 13px) !important;
  font-weight: 520 !important;
  line-height: 1.55 !important;
  letter-spacing: 0.06em !important;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.9s ease 1.04s, transform 0.9s ease 1.04s;
}

html body.home:not(.wp-admin) .orc-intro-enter {
  display: inline-flex !important;
  align-items: center !important;
  height: 38px !important;
  margin-top: 26px !important;
  padding: 0 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  color: rgba(255, 255, 255, 0.74) !important;
  font-size: 10px !important;
  font-weight: 760 !important;
  letter-spacing: 0.14em !important;
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 0.9s ease 1.22s,
    transform 0.9s ease 1.22s,
    border-color 0.2s ease,
    color 0.2s ease,
    background 0.2s ease !important;
  animation: none !important;
}

html body.home:not(.wp-admin) .orc-intro-screen .orc-intro-logo-link:hover .orc-intro-enter,
html body.home:not(.wp-admin) .orc-intro-screen .orc-intro-logo-link:focus-visible .orc-intro-enter {
  background: rgba(255, 255, 255, 0.94) !important;
  border-color: rgba(255, 255, 255, 0.94) !important;
  color: #050505 !important;
}

html body.home:not(.wp-admin) .orc-intro-screen.is-visible .orc-intro-kicker,
html body.home:not(.wp-admin) .orc-intro-screen.is-visible .orc-intro-tagline,
html body.home:not(.wp-admin) .orc-intro-screen.is-visible .orc-intro-enter {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

@media screen and (max-width: 640px) {
  html body.home:not(.wp-admin) .orc-intro-inner {
    width: calc(100vw - 56px) !important;
  }

  html body.home:not(.wp-admin) .orc-intro-screen .orc-intro-logo-link img {
    max-width: min(292px, 74vw) !important;
  }

  html body.home:not(.wp-admin) .orc-intro-tagline {
    max-width: 270px !important;
    font-size: 10px !important;
  }
}

/* Home overlap and intro copy refinement v1.6.40 */

html body.home:not(.wp-admin) .orc-intro-kicker {
  margin-bottom: 18px !important;
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: clamp(10px, 0.72vw, 12px) !important;
  letter-spacing: 0.2em !important;
}

html body.home:not(.wp-admin) .orc-intro-tagline {
  max-width: 420px !important;
  margin-top: 22px !important;
  color: rgba(255, 255, 255, 0.76) !important;
  font-size: clamp(13px, 0.96vw, 16px) !important;
  font-weight: 560 !important;
  line-height: 1.62 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

@media screen and (max-width: 640px) {
  html body.home:not(.wp-admin) .orc-intro-tagline {
    max-width: 260px !important;
    font-size: 11.5px !important;
    line-height: 1.55 !important;
  }
}

/* Home B2B collaboration wording/layout v1.6.41 */

/* Home contact separation and intro tagline v1.6.42 */

html body.home:not(.wp-admin) .orc-intro-tagline {
  max-width: 430px !important;
  font-size: clamp(13px, 0.95vw, 16px) !important;
  font-weight: 680 !important;
  line-height: 1.58 !important;
  letter-spacing: 0 !important;
}

@media screen and (max-width: 640px) {
  html body.home:not(.wp-admin) .orc-intro-tagline {
    max-width: 282px !important;
    font-size: 11.2px !important;
    line-height: 1.52 !important;
  }
}

/* Keep ire info label without overlap v1.6.43 */

/* Home left-axis alignment v1.6.44 */
html body.home:not(.wp-admin) {
  --orc-home-axis: max(54px, 4.4vw);
  --orc-home-line-offset: 22px;
}

@media screen and (max-width: 640px) {
  html body.home:not(.wp-admin) {
    --orc-home-axis: max(30px, 7vw);
    --orc-home-line-offset: 16px;
  }
}

body.page-id-11 .orc-about-closing {
  margin-bottom: 30px !important;
  padding: 26px 0 30px !important;
  grid-template-columns: minmax(240px, 0.36fr) minmax(400px, 0.64fr) !important;
  column-gap: clamp(26px, 3.8vw, 58px) !important;
}

body.page-id-11 .orc-about-closing .orc-about-closing-copy {
  max-width: 620px !important;
  padding-top: 16px !important;
  padding-left: 26px !important;
  font-size: clamp(13.5px, 0.86vw, 15.5px) !important;
  line-height: 1.58 !important;
}

body.page-id-11 .orc-about-closing .orc-about-closing-copy::before {
  height: 86px !important;
}

body.page-id-11 .orc-about-checks {
  margin-top: 26px !important;
  gap: clamp(14px, 1.5vw, 22px) !important;
}

body.page-id-11 .orc-about-checks > .wp-block-column {
  min-height: 154px !important;
  padding: 22px 22px !important;
  padding-right: 78px !important;
}

body.page-id-11 .orc-about-checks > .wp-block-column::before {
  top: 20px !important;
  right: 20px !important;
  width: 44px !important;
  height: 44px !important;
  background-size: 27px 27px !important;
}

body.page-id-11 .orc-about-checks p:not(.orc-check-label):not(.orc-check-desc) {
  font-size: clamp(16px, 1vw, 19px) !important;
  line-height: 1.3 !important;
}

body.page-id-11 .orc-about-statement {
  min-height: clamp(150px, 14vw, 210px) !important;
}

body.page-id-11 .orc-about-statement span {
  font-size: 10px !important;
}

body.page-id-11 .orc-about-statement p:not(.orc-about-statement-kicker) {
  max-width: 600px !important;
  font-size: clamp(17px, 1.55vw, 27px) !important;
  line-height: 1.28 !important;
}

@media screen and (max-width: 921px) {
  body.page-id-11 #content::before {
    height: 190px !important;
  }

  body.page-id-11 .site-content > .ast-container {
    padding-top: 28px !important;
  }

  body.page-id-11 .orc-about-grid,
  body.page-id-11 .orc-about-closing {
    gap: 18px !important;
  }

  
  body.page-id-11 .orc-about-copy p {
    font-size: 13.2px !important;
    line-height: 1.52 !important;
  }

  body.page-id-11 .orc-about-closing {
    margin-bottom: 26px !important;
    padding: 26px 0 28px !important;
  }

  body.page-id-11 .orc-about-closing .orc-about-closing-copy {
    padding-top: 14px !important;
    padding-left: 20px !important;
    font-size: 13.2px !important;
  }

  body.page-id-11 .orc-about-checks {
    margin-top: 18px !important;
    gap: 10px !important;
  }

  body.page-id-11 .orc-about-checks > .wp-block-column {
    padding: 20px 74px 20px 20px !important;
  }

  body.page-id-11 .orc-about-statement {
    min-height: 170px !important;
  }
}

/* About restore and bottom action split v1.6.31 */
body.page-id-11 #content,
body.page-id-11 .site-content,
body.page-id-11 .entry-content {
  overflow-x: hidden !important;
}

body.page-id-11 #content::before {
  height: 300px !important;
}

body.page-id-11 .site-content > .ast-container {
  padding-top: 48px !important;
}


body.page-id-11 .orc-about-closing {
  width: min(1180px, 92vw) !important;
}

body.page-id-11 .orc-about-grid {
  grid-template-columns: minmax(280px, 0.82fr) minmax(420px, 1.18fr) !important;
  gap: clamp(28px, 4.5vw, 68px) !important;
}

body.page-id-11 .orc-about-copy {
  padding-top: 100px !important;
}

body.page-id-11 .orc-about-copy p {
  margin-bottom: 14px !important;
  font-size: clamp(14px, 0.95vw, 17px) !important;
  line-height: 1.78 !important;
}

body.page-id-11 .orc-about-closing {
  margin-bottom: 42px !important;
  padding: 38px 0 42px !important;
  grid-template-columns: minmax(280px, 0.38fr) minmax(420px, 0.62fr) !important;
  column-gap: clamp(34px, 5vw, 78px) !important;
}

body.page-id-11 .orc-about-closing .orc-about-closing-copy {
  max-width: 720px !important;
  padding-top: 22px !important;
  padding-left: 34px !important;
  font-size: clamp(14px, 0.95vw, 17px) !important;
  line-height: 1.72 !important;
}

body.page-id-11 .orc-about-closing .orc-about-closing-copy::before {
  height: 120px !important;
}

body.page-id-11 .orc-about-checks {
  margin-top: 34px !important;
  gap: clamp(18px, 2vw, 30px) !important;
}

body.page-id-11 .orc-about-checks > .wp-block-column {
  min-height: 186px !important;
  padding: 26px 92px 26px 26px !important;
}

body.page-id-11 .orc-about-checks > .wp-block-column::before {
  top: 24px !important;
  right: 24px !important;
  width: 56px !important;
  height: 56px !important;
  background-size: 33px 33px !important;
}

body.page-id-11 .orc-about-checks p:not(.orc-check-label):not(.orc-check-desc) {
  font-size: clamp(18px, 1.2vw, 22px) !important;
  line-height: 1.38 !important;
}

body.page-id-11 .orc-about-statement {
  min-height: clamp(190px, 18vw, 260px) !important;
}

body.page-id-11 .orc-about-statement span {
  font-size: 11px !important;
}

body.page-id-11 .orc-about-statement p:not(.orc-about-statement-kicker) {
  max-width: 680px !important;
  font-size: clamp(20px, 2vw, 34px) !important;
  line-height: 1.34 !important;
}

@media screen and (max-width: 1180px) {
  body.page-id-11 .orc-about-grid,
  body.page-id-11 .orc-about-closing {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  
  body.page-id-11 .orc-about-checks {
    grid-template-columns: 1fr !important;
  }

  body.page-id-11 .orc-about-closing .orc-about-closing-copy {
    grid-column: 1 !important;
  }
}

@media screen and (max-width: 640px) {
  body.page-id-11 #content::before {
    height: 230px !important;
  }

  body.page-id-11 .site-content > .ast-container {
    padding-top: 36px !important;
  }

  
  body.page-id-11 .orc-about-copy p {
    font-size: 14px !important;
    line-height: 1.64 !important;
  }

  body.page-id-11 .orc-about-closing {
    margin-bottom: 34px !important;
    padding: 32px 0 34px !important;
  }

  body.page-id-11 .orc-about-closing .orc-about-closing-copy {
    padding-top: 18px !important;
    padding-left: 24px !important;
    font-size: 14.5px !important;
    line-height: 1.68 !important;
  }

  body.page-id-11 .orc-about-checks {
    margin-top: 24px !important;
    gap: 14px !important;
  }

  body.page-id-11 .orc-about-checks > .wp-block-column {
    min-height: 0 !important;
    padding: 24px 88px 24px 24px !important;
  }

  body.page-id-11 .orc-about-statement {
    min-height: 210px !important;
  }
}

/* About bottom action compact v1.6.32 */

/* About bottom action type reduction v1.6.33 */

/* Home final axis and mobile separation v1.6.45 */
html body.home:not(.wp-admin) {
  --orc-home-content-axis: clamp(38px, 4vw, 72px);
  --orc-home-rule-gap: 22px;
}

@media screen and (min-width: 641px) {
  html body.home:not(.wp-admin) .ast-primary-header-bar .ast-container,
  html body.home:not(.wp-admin) .main-header-bar .ast-container,
  html body.home:not(.wp-admin) .ast-builder-grid-row-container-inner {
    width: auto !important;
    max-width: none !important;
    margin-left: var(--orc-home-content-axis) !important;
    margin-right: var(--orc-home-content-axis) !important;
  }
}

@media screen and (max-width: 640px) {
  html body.home:not(.wp-admin) {
    --orc-home-content-axis: max(26px, 6.8vw);
    --orc-home-rule-gap: 14px;
  }
}

/* Home fixed-coordinate alignment v1.6.46 */
html body.home:not(.wp-admin) {
  --orc-home-content-axis: clamp(52px, 4vw, 72px);
  --orc-home-rule-gap: 22px;
}

@media screen and (max-width: 640px) {
  html body.home:not(.wp-admin) {
    --orc-home-content-axis: max(28px, 7vw);
    --orc-home-rule-gap: 13px;
    --orc-home-b2b-top: clamp(248px, 34svh, 318px);
    --orc-home-info-top: calc(var(--orc-home-b2b-top) + 206px);
  }
}

@media screen and (max-width: 640px) and (max-height: 760px) {
  html body.home:not(.wp-admin) {
    --orc-home-b2b-top: 214px;
    --orc-home-info-top: 370px;
  }
}

/* Home information panel v1.6.47 */
html body.home:not(.wp-admin) {
  --orc-home-content-axis: clamp(52px, 4vw, 72px);
  --orc-home-info-rule: 18px;
}

@media screen and (max-width: 640px) {
  html body.home:not(.wp-admin) {
    --orc-home-content-axis: max(30px, 7vw);
    --orc-home-info-rule: 13px;
    --orc-home-b2b-top: clamp(248px, 32svh, 318px);
    --orc-home-info-top: calc(var(--orc-home-b2b-top) + 230px);
  }
}

@media screen and (max-width: 640px) and (max-height: 760px) {
  html body.home:not(.wp-admin) {
    --orc-home-b2b-top: 214px;
    --orc-home-info-top: 390px;
  }
}

/* Home information label polish v1.6.48 */

/* Home info stable hero positioning v1.6.49 */

/* Home info fixed visual alignment v1.6.50 */

/* Home info quiet reset v1.6.51 */

@media screen and (max-width: 640px) {
  html body.home:not(.wp-admin) {
    --orc-home-b2b-top: clamp(248px, 32svh, 318px);
    --orc-home-info-top: calc(var(--orc-home-b2b-top) + 230px);
  }
}

@media screen and (max-width: 640px) and (max-height: 760px) {
  html body.home:not(.wp-admin) {
    --orc-home-b2b-top: 214px;
    --orc-home-info-top: 388px;
  }
}

/* Home info editorial reset v1.6.52 */

@media screen and (min-width: 641px) {
  html body.home:not(.wp-admin) {
    --orc-home-content-axis: clamp(52px, 3.9vw, 72px);
  }
}

@media screen and (max-width: 640px) {
  html body.home:not(.wp-admin) {
    --orc-home-content-axis: max(30px, 7.5vw);
    --orc-home-b2b-top: clamp(250px, 31svh, 300px);
    --orc-home-info-top: calc(var(--orc-home-b2b-top) + 210px);
  }
}

@media screen and (max-width: 420px) and (max-height: 760px) {
  html body.home:not(.wp-admin) {
    --orc-home-b2b-top: 218px;
    --orc-home-info-top: 400px;
  }
}

/* Home hero coordinate fix v1.6.54 */
html body.home.orc-intro-done:not(.wp-admin) .orc-home-hero,
html body.home:not(.orc-intro-active):not(.wp-admin) .orc-home-hero {
  transform: none !important;
  transition: none !important;
  animation: none !important;
}

/* About statement and actions final polish v1.6.55 */
html body.page-id-11 .entry-content > .wp-block-group.alignfull.orc-about-statement,
html body.page-id-11 .entry-content > section.wp-block-group.alignfull.orc-about-statement,
html body.page-id-11 .site-main .orc-about-statement.alignfull,
html body.page-id-11 .ast-plain-container .entry-content .alignfull.orc-about-statement {
  width: 100vw !important;
  max-width: 100vw !important;
  min-height: clamp(300px, 34vw, 520px) !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  margin-top: clamp(36px, 5vw, 74px) !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate !important;
  background: #050505 !important;
}

html body.page-id-11 .orc-about-statement::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -1 !important;
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.02)),
    url("ohm-main-hero-bg.webp") !important;
  background-size: cover !important;
  background-position: center center !important;
  transform: scale(1.08) !important;
  transform-origin: center center !important;
  animation: orcAboutStatementZoom 10s cubic-bezier(0.16, 1, 0.3, 1) both !important;
  will-change: transform !important;
}

html body.page-id-11 .orc-about-statement::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -1 !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0.05)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px) !important;
  background-size: auto, 20vw 100% !important;
  pointer-events: none !important;
}

@keyframes orcAboutStatementZoom {
  from {
    transform: scale(1.08);
  }

  to {
    transform: scale(1);
  }
}

html body.page-id-11 .orc-about-statement .wp-block-spacer {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  html body.page-id-11 .orc-about-statement::before {
    animation: none !important;
    transform: scale(1) !important;
  }
}

@media screen and (max-width: 921px) {
  html body.page-id-11 .entry-content > .wp-block-group.alignfull.orc-about-statement,
  html body.page-id-11 .entry-content > section.wp-block-group.alignfull.orc-about-statement,
  html body.page-id-11 .site-main .orc-about-statement.alignfull,
  html body.page-id-11 .ast-plain-container .entry-content .alignfull.orc-about-statement {
    min-height: clamp(240px, 54vw, 420px) !important;
    margin-top: 42px !important;
  }
}

/* About final corrections v1.6.56 */
html body.page-id-11 .entry-content > .wp-block-group.alignfull.orc-about-statement,
html body.page-id-11 .entry-content > section.wp-block-group.alignfull.orc-about-statement,
html body.page-id-11 .site-main .orc-about-statement.alignfull,
html body.page-id-11 .ast-plain-container .entry-content .alignfull.orc-about-statement {
  width: 100vw !important;
  max-width: 100vw !important;
  min-height: clamp(360px, 31.25vw, 600px) !important;
  margin-left: 50% !important;
  margin-right: 0 !important;
  transform: translateX(-50%) !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: relative !important;
  isolation: isolate !important;
  background: #050505 !important;
}

html body.page-id-11 .orc-about-statement::before {
  content: "" !important;
  position: absolute !important;
  inset: -1px !important;
  z-index: 0 !important;
  display: block !important;
  background-image: url("ohm-main-hero-bg.webp") !important;
  background-size: cover !important;
  background-position: center center !important;
  transform: scale(1.02) !important;
  transform-origin: center center !important;
  animation: orcAboutStatementLiveZoom 22s ease-in-out infinite alternate !important;
  will-change: transform !important;
}

html body.page-id-11 .orc-about-statement::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  display: block !important;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.02)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.075) 1px, transparent 1px) !important;
  background-size: auto, 20vw 100% !important;
  pointer-events: none !important;
}

html body.page-id-11 .orc-about-statement > * {
  position: relative !important;
  z-index: 2 !important;
}

@keyframes orcAboutStatementLiveZoom {
  from {
    transform: scale(1.02);
  }

  to {
    transform: scale(1.12);
  }
}

html body.page-id-11 .orc-about-checks {
  margin-top: clamp(42px, 4.2vw, 72px) !important;
}

html body.page-id-11 .orc-about-closing .orc-about-closing-copy {
  margin-bottom: 0 !important;
}

.ast-scroll-top-icon,
#ast-scroll-top,
.ast-scroll-to-top-right {
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  border-radius: 0 !important;
  background: rgba(5, 5, 5, 0.86) !important;
  color: #fff !important;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22) !important;
  backdrop-filter: blur(10px) !important;
}

.ast-scroll-top-icon:hover,
#ast-scroll-top:hover,
.ast-scroll-to-top-right:hover {
  background: #050505 !important;
  border-color: rgba(255, 255, 255, 0.46) !important;
}

.ast-scroll-top-icon svg,
#ast-scroll-top svg,
.ast-scroll-to-top-right svg {
  fill: currentColor !important;
  color: #fff !important;
}

@media (prefers-reduced-motion: reduce) {
  html body.page-id-11 .orc-about-statement::before {
    animation: none !important;
    transform: scale(1.04) !important;
  }
}

@media screen and (max-width: 921px) {
  html body.page-id-11 .entry-content > .wp-block-group.alignfull.orc-about-statement,
  html body.page-id-11 .entry-content > section.wp-block-group.alignfull.orc-about-statement,
  html body.page-id-11 .site-main .orc-about-statement.alignfull,
  html body.page-id-11 .ast-plain-container .entry-content .alignfull.orc-about-statement {
    min-height: clamp(260px, 58vw, 430px) !important;
  }

  html body.page-id-11 .orc-about-checks {
    margin-top: 38px !important;
  }

  .ast-scroll-top-icon,
  #ast-scroll-top,
  .ast-scroll-to-top-right {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
  }
}

/* About wide statement banner v1.6.57 */
html body.page-id-11 .entry-content .orc-about-statement,
html body.page-id-11 .site-main .orc-about-statement,
html body.page-id-11 .ast-plain-container .entry-content .orc-about-statement,
html body.page-id-11 .wp-site-blocks .orc-about-statement {
  position: relative !important;
  left: 50% !important;
  width: 100vw !important;
  min-width: 100vw !important;
  max-width: 100vw !important;
  height: clamp(190px, 13.5vw, 260px) !important;
  min-height: clamp(190px, 13.5vw, 260px) !important;
  max-height: 260px !important;
  margin-top: clamp(58px, 5.2vw, 96px) !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  margin-left: -50vw !important;
  padding: 0 !important;
  overflow: hidden !important;
  transform: none !important;
  isolation: isolate !important;
  background: #050505 !important;
}

html body.page-id-11 .entry-content .orc-about-statement::before,
html body.page-id-11 .site-main .orc-about-statement::before,
html body.page-id-11 .ast-plain-container .entry-content .orc-about-statement::before,
html body.page-id-11 .wp-site-blocks .orc-about-statement::before {
  content: "" !important;
  position: absolute !important;
  inset: -1px !important;
  z-index: 0 !important;
  display: block !important;
  background-image: url("ohm-main-hero-bg.webp") !important;
  background-size: cover !important;
  background-position: center center !important;
  transform: scale(1) !important;
  transform-origin: center center !important;
  animation: orcAboutWideStatementZoom 8s ease-in-out infinite alternate !important;
  will-change: transform !important;
}

html body.page-id-11 .entry-content .orc-about-statement::after,
html body.page-id-11 .site-main .orc-about-statement::after,
html body.page-id-11 .ast-plain-container .entry-content .orc-about-statement::after,
html body.page-id-11 .wp-site-blocks .orc-about-statement::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  display: block !important;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.02)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.065) 1px, transparent 1px) !important;
  background-size: auto, 20vw 100% !important;
  pointer-events: none !important;
}

html body.page-id-11 .entry-content .orc-about-statement > *,
html body.page-id-11 .site-main .orc-about-statement > *,
html body.page-id-11 .ast-plain-container .entry-content .orc-about-statement > *,
html body.page-id-11 .wp-site-blocks .orc-about-statement > * {
  position: relative !important;
  z-index: 2 !important;
}

@keyframes orcAboutWideStatementZoom {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.18);
  }
}

html body.page-id-11 .orc-about-checks {
  margin-top: clamp(96px, 7vw, 132px) !important;
}

@media (prefers-reduced-motion: reduce) {
  html body.page-id-11 .entry-content .orc-about-statement::before,
  html body.page-id-11 .site-main .orc-about-statement::before,
  html body.page-id-11 .ast-plain-container .entry-content .orc-about-statement::before,
  html body.page-id-11 .wp-site-blocks .orc-about-statement::before {
    animation: none !important;
    transform: scale(1.06) !important;
  }
}

@media screen and (max-width: 921px) {
  html body.page-id-11 .entry-content .orc-about-statement,
  html body.page-id-11 .site-main .orc-about-statement,
  html body.page-id-11 .ast-plain-container .entry-content .orc-about-statement,
  html body.page-id-11 .wp-site-blocks .orc-about-statement {
    height: clamp(150px, 41vw, 190px) !important;
    min-height: clamp(150px, 41vw, 190px) !important;
    max-height: 190px !important;
    margin-top: 48px !important;
  }

  html body.page-id-11 .orc-about-checks {
    margin-top: 70px !important;
  }
}

/* About wide stone strip hard override v1.6.58 */
html body.page-id-11 .entry-content > .wp-block-group.alignfull.orc-about-statement,
html body.page-id-11 .entry-content > section.wp-block-group.alignfull.orc-about-statement,
html body.page-id-11 .site-main .wp-block-group.alignfull.orc-about-statement,
html body.page-id-11 .ast-plain-container .entry-content .wp-block-group.alignfull.orc-about-statement,
html body.page-id-11 .orc-about-statement {
  display: block !important;
  position: relative !important;
  left: auto !important;
  right: auto !important;
  width: 100vw !important;
  min-width: 100vw !important;
  max-width: 100vw !important;
  height: clamp(180px, 12vw, 240px) !important;
  min-height: clamp(180px, 12vw, 240px) !important;
  max-height: 240px !important;
  margin-top: clamp(64px, 5vw, 92px) !important;
  margin-right: calc(50% - 50vw) !important;
  margin-bottom: 0 !important;
  margin-left: calc(50% - 50vw) !important;
  padding: 0 !important;
  overflow: hidden !important;
  transform: none !important;
  box-sizing: border-box !important;
  isolation: isolate !important;
  background: #050505 !important;
}

html body.page-id-11 .entry-content > .wp-block-group.alignfull.orc-about-statement::before,
html body.page-id-11 .entry-content > section.wp-block-group.alignfull.orc-about-statement::before,
html body.page-id-11 .site-main .wp-block-group.alignfull.orc-about-statement::before,
html body.page-id-11 .ast-plain-container .entry-content .wp-block-group.alignfull.orc-about-statement::before,
html body.page-id-11 .orc-about-statement::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  display: block !important;
  background-image: url("ohm-main-hero-bg.webp") !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center 48% !important;
  transform: scale(1) !important;
  transform-origin: center center !important;
  animation: orcAboutStoneStripZoom 5.8s ease-in-out infinite alternate !important;
  will-change: transform !important;
}

html body.page-id-11 .entry-content > .wp-block-group.alignfull.orc-about-statement::after,
html body.page-id-11 .entry-content > section.wp-block-group.alignfull.orc-about-statement::after,
html body.page-id-11 .site-main .wp-block-group.alignfull.orc-about-statement::after,
html body.page-id-11 .ast-plain-container .entry-content .wp-block-group.alignfull.orc-about-statement::after,
html body.page-id-11 .orc-about-statement::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  display: block !important;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.01)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px) !important;
  background-size: auto, 20vw 100% !important;
  pointer-events: none !important;
}

html body.page-id-11 .orc-about-statement > * {
  position: relative !important;
  z-index: 2 !important;
}

html body.page-id-11 .orc-about-statement > .wp-block-spacer {
  display: none !important;
}

@keyframes orcAboutStoneStripZoom {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}

html body.page-id-11 .orc-about-checks {
  margin-top: clamp(124px, 8.4vw, 164px) !important;
}

@media screen and (max-width: 921px) {
  html body.page-id-11 .entry-content > .wp-block-group.alignfull.orc-about-statement,
  html body.page-id-11 .entry-content > section.wp-block-group.alignfull.orc-about-statement,
  html body.page-id-11 .site-main .wp-block-group.alignfull.orc-about-statement,
  html body.page-id-11 .ast-plain-container .entry-content .wp-block-group.alignfull.orc-about-statement,
  html body.page-id-11 .orc-about-statement {
    height: clamp(126px, 31vw, 168px) !important;
    min-height: clamp(126px, 31vw, 168px) !important;
    max-height: 168px !important;
    margin-top: 54px !important;
  }

  html body.page-id-11 .orc-about-checks {
    margin-top: 86px !important;
  }
}

/* Home tablet landscape spacing fix v1.6.64 */
@media screen and (min-width: 900px) and (max-width: 1368px) and (orientation: landscape) and (max-height: 950px) {
  html body.home:not(.wp-admin) {
    --orc-home-content-axis: clamp(32px, 3.1vw, 54px);
  }
}

/* ire Astra migration overrides v1.0.2 */
html body.home:not(.wp-admin) .orc-home-hero {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.2)),
    url("/wp-content/uploads/2022/07/slide01.jpg") !important;
}


html body.page-id-1158:not(.home):not(.wp-admin) #content,
html body.page-id-1158:not(.home):not(.wp-admin) .site-content {
  padding-top: 0 !important;
}


html body.page-id-1158 #content {
  overflow-x: clip;
}


html body.page-id-1158 #content::before {
  content: "";
  display: block;
  width: 100vw;
  height: 420px;
  margin-left: calc(50% - 50vw);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

html body.page-id-1158 #content::before {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.1)),
    var(--ohm-photo-catalog_hero, url("/wp-content/uploads/2022/08/banner03.jpg")) !important;
}


html body.page-id-1158 .site-content > .ast-container {
  padding-top: 82px !important;
}


html body.page-id-1158:not(.wp-admin) .site-content > .ast-container,
html body.page-id-1158:not(.wp-admin) #primary,
html body.page-id-1158:not(.wp-admin) .content-area,
html body.page-id-1158:not(.wp-admin) .site-main,
html body.page-id-1158:not(.wp-admin) article,
html body.page-id-1158:not(.wp-admin) .entry-content {
  width: 100% !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

html body.page-id-1158 .site-main .dflip-books,
html body.page-id-1158 .site-main .dflip-books *,
html body.page-id-1158 .site-main .df-container,
html body.page-id-1158 .site-main .df-viewer,
html body.page-id-1158 .site-main ._df_book {
  box-sizing: border-box !important;
}

html body.page-id-1158 .site-main .dflip-books ._df_book,
html body.page-id-1158 .site-main .dflip-books .df-container,
html body.page-id-1158 .site-main .dflip-books .df-viewer {
  width: 100% !important;
}

@media screen and (max-width: 921px) {
  
  html body.page-id-1158 #content::before {
    height: 320px;
  }

  
  html body.page-id-1158 .site-content > .ast-container {
    padding-top: 52px !important;
  }
}

/* ire drawing inquiry hero v1.0.5 */
html body.home:not(.wp-admin) {
  background: #fbfaf7 !important;
}

html body.home:not(.wp-admin) .orc-home-kakao-inline {
  display: none !important;
}

html body.home:not(.wp-admin) #page #masthead,
html body.home:not(.wp-admin) #page .site-header {
  display: block !important;
  position: fixed !important;
  top: 32px !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 80 !important;
  min-height: 96px !important;
  overflow: visible !important;
  background: rgba(251, 250, 247, 0.94) !important;
  border-bottom: 1px solid rgba(28, 27, 24, 0.08) !important;
  box-shadow: 0 12px 38px rgba(34, 28, 18, 0.06) !important;
  backdrop-filter: blur(16px) !important;
}

html body:not(.logged-in).home:not(.wp-admin) #page #masthead,
html body:not(.logged-in).home:not(.wp-admin) #page .site-header {
  top: 0 !important;
}

html body.home:not(.wp-admin) #page #masthead .main-header-bar,
html body.home:not(.wp-admin) #page #masthead .ast-primary-header-bar,
html body.home:not(.wp-admin) #page #masthead .ast-builder-grid-row,
html body.home:not(.wp-admin) #page #masthead .ast-builder-grid-row-container {
  min-height: 96px !important;
  padding-top: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

html body.home:not(.wp-admin) #page #masthead .ast-primary-header-bar .ast-container,
html body.home:not(.wp-admin) #page #masthead .main-header-bar .ast-container,
html body.home:not(.wp-admin) #page #masthead .ast-builder-grid-row-container-inner {
  width: min(92vw, 1800px) !important;
  max-width: 1800px !important;
  min-height: 96px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

html body.home:not(.wp-admin) #page #masthead .custom-logo-link img,
html body.home:not(.wp-admin) #page #masthead .site-logo-img img {
  width: clamp(190px, 19vw, 268px) !important;
  max-width: clamp(190px, 19vw, 268px) !important;
  height: auto !important;
  filter: brightness(0) invert(0) saturate(1) !important;
  opacity: 0.94 !important;
  mix-blend-mode: multiply !important;
}

html body.home:not(.wp-admin) #page #masthead .main-header-menu,
html body.home:not(.wp-admin) #page #masthead .ast-builder-menu .main-navigation > ul {
  display: flex !important;
  align-items: center !important;
  gap: clamp(24px, 3vw, 54px) !important;
}

html body.home:not(.wp-admin) #page #masthead .main-header-menu > li > a.menu-link,
html body.home:not(.wp-admin) #page #masthead .ast-nav-menu > li > a.menu-link,
html body.home:not(.wp-admin) #page #masthead .ast-builder-menu .main-navigation > ul > li > a {
  color: #1c1b18 !important;
  text-shadow: none !important;
  font-size: clamp(14px, 1vw, 16px) !important;
  font-weight: 850 !important;
  line-height: 96px !important;
}

html body.home:not(.wp-admin) #page #masthead .main-header-menu > li > a.menu-link:hover,
html body.home:not(.wp-admin) #page #masthead .ast-nav-menu > li > a.menu-link:hover,
html body.home:not(.wp-admin) #page #masthead .main-header-menu > li.current-menu-item > a.menu-link,
html body.home:not(.wp-admin) #page #masthead .ast-nav-menu > li.current-menu-item > a.menu-link {
  color: #7d705e !important;
}

html body.home:not(.wp-admin) .orc-b2b-header-actions {
  display: flex !important;
  top: 22px !important;
  right: clamp(24px, 4vw, 72px) !important;
  left: auto !important;
  width: auto !important;
  height: 31px !important;
  z-index: 100 !important;
  justify-content: flex-end !important;
  gap: 8px !important;
}

html body.logged-in.home:not(.wp-admin) .orc-b2b-header-actions {
  top: 54px !important;
}

html body.home:not(.wp-admin) .orc-b2b-header-actions a {
  min-width: 64px !important;
  min-height: 31px !important;
  height: 31px !important;
  border: 1px solid rgba(28, 27, 24, 0.16) !important;
  background: rgba(255, 255, 255, 0.84) !important;
  color: #1c1b18 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  backdrop-filter: blur(12px) !important;
}

@media screen and (min-width: 922px) {
  html body.home:not(.wp-admin) #page #masthead .ast-main-header-bar-alignment {
    margin-left: auto !important;
    margin-right: 220px !important;
  }
}

@media screen and (max-width: 921px) {
  html body.home:not(.wp-admin) #page #masthead,
  html body.home:not(.wp-admin) #page .site-header {
    display: block !important;
    min-height: 132px !important;
    background: #171613 !important;
    border-bottom-color: rgba(255, 255, 255, 0.12) !important;
  }

  html body.home:not(.wp-admin) #page #masthead .main-header-bar,
  html body.home:not(.wp-admin) #page #masthead .ast-primary-header-bar,
  html body.home:not(.wp-admin) #page #masthead .ast-builder-grid-row,
  html body.home:not(.wp-admin) #page #masthead .ast-builder-grid-row-container {
    min-height: 78px !important;
    background: transparent !important;
  }

  html body.home:not(.wp-admin) #page #masthead #ast-mobile-header .ast-primary-header-bar {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  html body.home:not(.wp-admin) #page #masthead .custom-logo-link img,
  html body.home:not(.wp-admin) #page #masthead .site-logo-img img {
    width: clamp(156px, 48vw, 210px) !important;
    max-width: clamp(156px, 48vw, 210px) !important;
    filter: none !important;
    opacity: 1 !important;
    mix-blend-mode: normal !important;
  }

  html body.home:not(.wp-admin) #page #masthead .ast-mobile-menu-trigger-minimal,
  html body.home:not(.wp-admin) #page #masthead .mobile-menu-toggle-icon,
  html body.home:not(.wp-admin) #page #masthead .mobile-menu-toggle-icon svg,
  html body.home:not(.wp-admin) #page #masthead .ast-mobile-svg {
    color: #fff !important;
    fill: #fff !important;
  }

  html body.home:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content {
    background: #171613 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
  }

  html body.home:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content .main-header-menu > li > a.menu-link,
  html body.home:not(.wp-admin) #page #masthead #ast-mobile-header .ast-mobile-header-content .ast-nav-menu > li > a.menu-link {
    color: #fff !important;
    background: transparent !important;
    text-shadow: none !important;
  }

  html body.home:not(.wp-admin) .orc-b2b-header-actions {
    top: 98px !important;
    left: 18px !important;
    right: 18px !important;
    justify-content: center !important;
  }

  html body.logged-in.home:not(.wp-admin) .orc-b2b-header-actions {
    top: 130px !important;
  }

  html body.home:not(.wp-admin) .orc-b2b-header-actions a {
    border-color: rgba(255, 255, 255, 0.38) !important;
    background: rgba(255, 255, 255, 0.08) !important;
    color: #fff !important;
  }
}

/* ire home hero alignment fix v1.0.6 */
@media screen and (min-width: 922px) {
  html body.home:not(.wp-admin) #page #masthead .ast-primary-header-bar .ast-container,
  html body.home:not(.wp-admin) #page #masthead .main-header-bar .ast-container,
  html body.home:not(.wp-admin) #page #masthead .ast-builder-grid-row-container-inner {
    width: min(90vw, 1240px) !important;
  }

  html body.home:not(.wp-admin) #page #masthead .ast-main-header-bar-alignment {
    position: absolute !important;
    top: 0 !important;
    left: clamp(430px, 48vw, 610px) !important;
    right: 300px !important;
    height: 96px !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
  }

  html body.home:not(.wp-admin) #page #masthead .main-header-menu,
  html body.home:not(.wp-admin) #page #masthead .ast-builder-menu .main-navigation > ul {
    flex-wrap: nowrap !important;
    gap: clamp(22px, 2.1vw, 34px) !important;
  }

  html body.home:not(.wp-admin) #page #masthead .main-header-menu > li > a.menu-link,
  html body.home:not(.wp-admin) #page #masthead .ast-nav-menu > li > a.menu-link,
  html body.home:not(.wp-admin) #page #masthead .ast-builder-menu .main-navigation > ul > li > a {
    font-size: clamp(13px, 0.95vw, 15px) !important;
  }

  html body.home:not(.wp-admin) .orc-b2b-header-actions {
    right: clamp(42px, 5vw, 68px) !important;
  }
}

@media screen and (min-width: 922px) and (max-width: 1180px) {
  html body.home:not(.wp-admin) #page #masthead .ast-main-header-bar-alignment {
    left: 39vw !important;
    right: 250px !important;
  }

  html body.home:not(.wp-admin) #page #masthead .main-header-menu,
  html body.home:not(.wp-admin) #page #masthead .ast-builder-menu .main-navigation > ul {
    gap: 20px !important;
  }

  html body.home:not(.wp-admin) #page #masthead .main-header-menu > li > a.menu-link,
  html body.home:not(.wp-admin) #page #masthead .ast-nav-menu > li > a.menu-link,
  html body.home:not(.wp-admin) #page #masthead .ast-builder-menu .main-navigation > ul > li > a {
    font-size: 13px !important;
  }

  html body.home:not(.wp-admin) .orc-b2b-header-actions {
    right: 24px !important;
  }
}

/* ire final mockup landing v1.0.9 */
html body.home:not(.wp-admin) {
  background: #fbfaf7 !important;
  overflow-x: hidden !important;
}

html body.home:not(.wp-admin) #page #masthead,
html body.home:not(.wp-admin) #page .site-header,
html body.home:not(.wp-admin) .orc-b2b-header-actions,
html body.home:not(.wp-admin) .orc-home-kakao-inline {
  display: none !important;
}

html body.home:not(.wp-admin) #page,
html body.home:not(.wp-admin) #content,
html body.home:not(.wp-admin) .site-content,
html body.home:not(.wp-admin) .site-content > .ast-container,
html body.home:not(.wp-admin) #primary,
html body.home:not(.wp-admin) .content-area,
html body.home:not(.wp-admin) article,
html body.home:not(.wp-admin) .entry-content,
html body.home:not(.wp-admin) .entry-content > * {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body.home:not(.wp-admin) .entry-header,
html body.home:not(.wp-admin) .entry-title,
html body.home:not(.wp-admin) .post-thumb {
  display: none !important;
}

html body.home:not(.wp-admin) .entry-content > .ohm-landing {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
}

html body.home:not(.wp-admin) .ohm-landing,
html body.home:not(.wp-admin) .ohm-landing * {
  box-sizing: border-box;
}

html body.home:not(.wp-admin) .ohm-landing {
  position: relative;
  width: 100vw !important;
  max-width: 100vw !important;
  min-height: 100vh;
  margin: 0 calc(50% - 50vw) !important;
  background: #fbfaf7;
  color: #1c1b18;
  overflow-x: clip;
  font-family: Pretendard, "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html body.home:not(.wp-admin) .ohm-landing a {
  text-decoration: none;
}

html body.home:not(.wp-admin) .ohm-landing-header {
  position: sticky;
  top: 0;
  z-index: 9000;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  align-items: center;
  gap: clamp(16px, 1.8vw, 34px);
  width: 100%;
  min-height: 78px;
  padding: 0 clamp(28px, 2.8vw, 52px);
  background: rgba(251, 250, 247, 0.97);
  border-bottom: 1px solid #e7e3da;
  box-shadow: 0 12px 30px rgba(28, 27, 24, 0.04);
  backdrop-filter: blur(12px);
}

html body.admin-bar.home:not(.wp-admin) .ohm-landing-header {
  top: 32px;
}

html body.home:not(.wp-admin) .ohm-landing-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: #1c1b18;
  white-space: nowrap;
}

html body.home:not(.wp-admin) .ohm-landing-brand img {
  display: block;
  width: clamp(150px, 11.5vw, 208px);
  height: auto;
  max-height: 48px;
  object-fit: contain;
  filter: invert(1) grayscale(1) brightness(0.18);
}

html body.home:not(.wp-admin) .ohm-landing-brand strong {
  display: block;
  color: #1c1b18;
  font-size: clamp(18px, 1.25vw, 22px);
  font-weight: 900;
  line-height: 1;
}

html body.home:not(.wp-admin) .ohm-landing-brand span {
  display: block;
  color: #9a9488;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.14em;
}

html body.home:not(.wp-admin) .ohm-landing-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(22px, 2vw, 36px);
  min-width: 0;
}

html body.home:not(.wp-admin) .ohm-landing-nav a {
  color: #6d675e;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  transition: color 0.18s ease;
}

html body.home:not(.wp-admin) .ohm-landing-nav a:hover,
html body.home:not(.wp-admin) .ohm-landing-nav a:focus {
  color: #1c1b18;
}

html body.home:not(.wp-admin) .ohm-landing-header-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  white-space: nowrap;
}

html body.home:not(.wp-admin) .ohm-landing-account-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  white-space: nowrap;
}

html body.home:not(.wp-admin) .ohm-landing-account-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  height: 34px;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid #d8d4ca;
  border-radius: 5px;
  color: #4d4943;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  transition: color 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

html body.home:not(.wp-admin) .ohm-landing-account-actions a:hover,
html body.home:not(.wp-admin) .ohm-landing-account-actions a:focus {
  background: #ffffff;
  border-color: #1c1b18;
  color: #1c1b18;
}

html body.home:not(.wp-admin) .ohm-landing-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 104px;
  height: 44px;
  padding: 0 20px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  transition: transform 0.18s ease, filter 0.18s ease, background-color 0.18s ease;
}

html body.home:not(.wp-admin) .ohm-landing-action:hover,
html body.home:not(.wp-admin) .ohm-landing-action:focus,
html body.home:not(.wp-admin) .ohm-landing-button:hover,
html body.home:not(.wp-admin) .ohm-landing-button:focus,
html body.home:not(.wp-admin) .ohm-landing-float a:hover,
html body.home:not(.wp-admin) .ohm-landing-float a:focus {
  transform: translateY(-1px);
}

html body.home:not(.wp-admin) .ohm-landing-action--kakao,
html body.home:not(.wp-admin) .ohm-landing-button--kakao,
html body.home:not(.wp-admin) .ohm-landing-float-kakao {
  background: #fee500;
  color: #1c1b18;
}

html body.home:not(.wp-admin) .ohm-landing-action--dark,
html body.home:not(.wp-admin) .ohm-landing-button--dark {
  background: #1c1b18;
  color: #fbfaf7;
}

html body:not(.wp-admin) .ohm-phone-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 19px !important;
  height: 19px !important;
  flex: 0 0 19px !important;
  line-height: 1 !important;
  transform: translateY(-1px) !important;
}

html body.home:not(.wp-admin) .ohm-landing-action--kakao span,
html body.home:not(.wp-admin) .ohm-landing-button--kakao span {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: #1c1b18;
  box-shadow: -2px 4px 0 -2px #1c1b18;
}

html body.home:not(.wp-admin) .ohm-landing-main {
  width: 100%;
}

html body.home:not(.wp-admin) .ohm-landing-hero {
  width: min(860px, calc(100vw - 48px));
  margin: 0 auto;
  padding: clamp(78px, 8vw, 118px) 0 0 !important;
  text-align: center;
}

html body.home:not(.wp-admin) .ohm-landing-kicker,
html body.home:not(.wp-admin) .ohm-landing-note,
html body.home:not(.wp-admin) .ohm-landing-section-head p {
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
}

html body.home:not(.wp-admin) .ohm-landing-kicker {
  margin: 0 0 34px !important;
  color: #8c877a;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
}

html body.home:not(.wp-admin) .ohm-landing h1,
html body.home:not(.wp-admin) .ohm-landing h2,
html body.home:not(.wp-admin) .ohm-landing h3,
html body.home:not(.wp-admin) .ohm-landing p {
  margin: 0;
}

html body.home:not(.wp-admin) .ohm-landing h1 {
  color: #1c1b18;
  font-family: "Noto Serif KR", "Nanum Myeongjo", Georgia, serif;
  font-size: clamp(50px, 4.2vw, 74px);
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
  text-align: center;
  text-wrap: balance;
}

html body.home:not(.wp-admin) .ohm-landing-lead {
  width: min(920px, 100%);
  margin: 32px auto 0 !important;
  color: #5f5b54;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.85;
  text-align: center;
  word-break: keep-all;
}

html body.home:not(.wp-admin) .ohm-landing-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
}

html body.home:not(.wp-admin) .ohm-landing-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 166px;
  height: 52px;
  padding: 0 28px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  transition: transform 0.18s ease, filter 0.18s ease, background-color 0.18s ease;
}

html body.home:not(.wp-admin) .ohm-landing-button--kakao {
  min-width: 220px;
}

html body.home:not(.wp-admin) .ohm-landing-note {
  margin-top: 30px !important;
  color: #6d675e;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}

html body.home:not(.wp-admin) .ohm-landing-visuals {
  display: grid;
  grid-template-columns: minmax(220px, 0.86fr) minmax(360px, 1.42fr) minmax(220px, 0.86fr);
  align-items: end;
  gap: 14px;
  width: min(1160px, calc(100vw - 96px));
  margin: clamp(62px, 7vw, 92px) auto clamp(118px, 9vw, 158px) !important;
}

html body.home:not(.wp-admin) .ohm-landing-visual {
  position: relative;
  display: block;
  min-height: 292px;
  overflow: hidden;
  background: #f5f3ee;
  border: 1px solid #d8d4ca;
  border-radius: 0;
  color: #fbfaf7;
  box-shadow: none;
}

html body.home:not(.wp-admin) .ohm-landing-visual--main {
  min-height: 392px;
}

html body.home:not(.wp-admin) .ohm-landing-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.96) contrast(0.98);
}

html body.home:not(.wp-admin) .ohm-landing-visual span {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: block;
  padding: 14px 16px;
  background: rgba(28, 27, 24, 0.78);
  color: #fbfaf7;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
  text-align: left;
}

html body.home:not(.wp-admin) .ohm-landing-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 38px;
  border-bottom: 1px solid #e1ddd3;
}

html body.home:not(.wp-admin) .ohm-landing-section-head h2 {
  color: #1c1b18;
  font-family: "Noto Serif KR", "Nanum Myeongjo", Georgia, serif;
  font-size: clamp(31px, 2.6vw, 44px);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0;
}

html body.home:not(.wp-admin) .ohm-landing-section-head p {
  color: #8c877a;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.14em;
  white-space: nowrap;
}

html body.home:not(.wp-admin) .ohm-landing-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9500;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

html body.home:not(.wp-admin) .ohm-landing-float a {
  box-shadow: 0 10px 28px rgba(28, 27, 24, 0.2);
  transition: transform 0.18s ease, filter 0.18s ease, background-color 0.18s ease;
}

html body.home:not(.wp-admin) .ohm-landing-float-kakao {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 999px;
}

html body.home:not(.wp-admin) .ohm-landing-float-kakao svg {
  display: block;
  width: 28px;
  height: 28px;
  fill: #1c1b18;
}

@media screen and (max-width: 1280px) {
  html body.home:not(.wp-admin) .ohm-landing-header {
    grid-template-columns: 1fr auto;
    gap: 14px 24px;
    padding-top: 16px;
    padding-bottom: 14px;
  }

  html body.home:not(.wp-admin) .ohm-landing-nav {
    grid-column: 1 / 2;
    grid-row: 2;
    justify-content: flex-start;
    gap: 24px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  html body.home:not(.wp-admin) .ohm-landing-nav::-webkit-scrollbar {
    display: none;
  }

  html body.home:not(.wp-admin) .ohm-landing-account-actions {
    grid-column: 2 / 3;
    grid-row: 2;
    justify-content: flex-end;
    align-self: center;
  }
}

@media screen and (max-width: 921px) {
  html body.admin-bar.home:not(.wp-admin) .ohm-landing-header {
    top: 46px;
  }

  html body.home:not(.wp-admin) .ohm-landing-header {
    min-height: 0;
    padding: 16px 18px 14px;
  }

  html body.home:not(.wp-admin) .ohm-landing-brand {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  html body.home:not(.wp-admin) .ohm-landing-brand img {
    width: clamp(146px, 38vw, 190px);
    max-height: 44px;
  }

  html body.home:not(.wp-admin) .ohm-landing-header-actions {
    grid-column: 1 / -1;
    grid-row: 3;
    justify-content: flex-start;
    width: 100%;
    gap: 8px;
  }

  html body.home:not(.wp-admin) .ohm-landing-account-actions {
    grid-column: 1 / -1;
    grid-row: 4;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    gap: 8px;
  }

  html body.home:not(.wp-admin) .ohm-landing-account-actions a {
    height: 34px;
    min-width: 74px;
  }

  html body.home:not(.wp-admin) .ohm-landing-action {
    min-width: 0;
    height: 40px;
    padding: 0 13px;
    font-size: 12px;
  }

  html body.home:not(.wp-admin) .ohm-landing-hero {
    width: min(calc(100vw - 32px), 720px);
    padding-top: 58px !important;
  }

  html body.home:not(.wp-admin) .ohm-landing-kicker {
    margin-bottom: 24px !important;
    font-size: 9px;
    line-height: 1.7;
    overflow-wrap: anywhere;
  }

  html body.home:not(.wp-admin) .ohm-landing h1 {
    font-size: clamp(38px, 9.4vw, 54px);
    line-height: 1.24;
  }

  html body.home:not(.wp-admin) .ohm-landing-lead {
    margin-top: 24px !important;
    font-size: 14px;
    line-height: 1.8;
  }

  html body.home:not(.wp-admin) .ohm-landing-cta {
    flex-direction: column;
    align-items: stretch;
    width: min(100%, 360px);
    margin-right: auto;
    margin-left: auto;
  }

  html body.home:not(.wp-admin) .ohm-landing-button,
  html body.home:not(.wp-admin) .ohm-landing-button--kakao {
    width: 100%;
    min-width: 0;
  }

  html body.home:not(.wp-admin) .ohm-landing-visuals {
    width: min(calc(100vw - 32px), 720px);
  }

  html body.home:not(.wp-admin) .ohm-landing-visuals {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 48px !important;
    margin-bottom: 76px !important;
  }

  html body.home:not(.wp-admin) .ohm-landing-visual,
  html body.home:not(.wp-admin) .ohm-landing-visual--main {
    min-height: 0;
    aspect-ratio: 1.35 / 1;
  }

  html body.home:not(.wp-admin) .ohm-landing-visual img {
    min-height: 0;
  }

  html body.home:not(.wp-admin) .ohm-landing-section-head {
    display: block;
    padding-bottom: 24px;
  }

  html body.home:not(.wp-admin) .ohm-landing-section-head p {
    margin-top: 12px !important;
  }
}

@media screen and (max-width: 560px) {
  html body.home:not(.wp-admin) .ohm-landing-header {
    grid-template-columns: 1fr;
  }

  html body.home:not(.wp-admin) .ohm-landing-header-actions {
    justify-content: flex-start;
  }

  html body.home:not(.wp-admin) .ohm-landing-action {
    flex: 1 1 0;
    width: 100%;
  }

  html body.home:not(.wp-admin) .ohm-landing-account-actions a {
    flex: 1 1 auto;
    min-width: calc(50% - 4px);
  }

  html body.home:not(.wp-admin) .ohm-landing-nav {
    gap: 18px;
  }

  html body.home:not(.wp-admin) .ohm-landing-nav a {
    font-size: 13px;
  }

  html body.home:not(.wp-admin) .ohm-landing h1 {
    max-width: 100%;
    font-size: clamp(32px, 9.2vw, 36px);
    overflow-wrap: normal;
    word-break: keep-all;
  }

  html body.home:not(.wp-admin) .ohm-landing-lead {
    overflow-wrap: anywhere;
    word-break: keep-all;
  }

  html body.home:not(.wp-admin) .ohm-landing-note {
    width: min(100%, 360px);
    margin-right: auto !important;
    margin-left: auto !important;
  }

  html body.home:not(.wp-admin) .ohm-landing-float {
    right: 16px;
    bottom: 16px;
  }

  html body.home:not(.wp-admin) .ohm-landing-float-kakao {
    width: 52px;
    height: 52px;
  }
}

/* ire final mockup cleanup v1.0.14 */
html body.home:not(.wp-admin) .ohm-landing-visual span {
  display: none !important;
}

html body.home:not(.wp-admin) .ohm-landing-visual::before,
html body.home:not(.wp-admin) .ohm-landing-visual::after {
  content: none !important;
  display: none !important;
}

/* ire merged proposal sections and intro v1.0.15 */
html body.home:not(.wp-admin) .orc-home-kakao-inline {
  display: none !important;
}

html body.home:not(.wp-admin) .ohm-intro-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 26px;
  padding: 24px;
  background: #fbfaf7;
  color: #1c1b18;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

html body.home:not(.wp-admin) .ohm-intro-overlay.is-done {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@keyframes ohmIntroLogoDraw {
  from { clip-path: inset(0 100% 0 0); }
  to { clip-path: inset(0 0 0 0); }
}

@keyframes ohmIntroFadeUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

html body.home:not(.wp-admin) .ohm-intro-eyebrow,
html body.home:not(.wp-admin) .ohm-intro-skip,
html body.home:not(.wp-admin) .ohm-section-heading p,
html body.home:not(.wp-admin) .ohm-step-grid article > span,
html body.home:not(.wp-admin) .ohm-quote-grid span {
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
}

html body.home:not(.wp-admin) .ohm-intro-eyebrow {
  color: #8c877a;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.36em;
  animation: ohmIntroFadeUp 0.7s ease both;
}

html body.home:not(.wp-admin) .ohm-intro-logo {
  color: #1c1b18;
  font-family: "Noto Serif KR", "Nanum Myeongjo", Georgia, serif;
  font-size: clamp(52px, 9vw, 110px);
  font-weight: 900;
  line-height: 1.05;
  white-space: nowrap;
  clip-path: inset(0 100% 0 0);
  animation: ohmIntroLogoDraw 1.4s cubic-bezier(0.77, 0, 0.18, 1) 0.35s forwards;
}

html body.home:not(.wp-admin) .ohm-intro-sub {
  color: #1c1b18;
  font-family: "Noto Serif KR", "Nanum Myeongjo", Georgia, serif;
  font-size: clamp(17px, 2.4vw, 24px);
  font-weight: 700;
  line-height: 1.45;
  animation: ohmIntroFadeUp 0.7s ease 1.6s both;
}

html body.home:not(.wp-admin) .ohm-intro-desc {
  color: #5f5b54;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  animation: ohmIntroFadeUp 0.7s ease 1.95s both;
}

html body.home:not(.wp-admin) .ohm-intro-skip {
  color: #b4afa6;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  animation: ohmIntroFadeUp 0.7s ease 2.3s both;
}

html body.home:not(.wp-admin) .ohm-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

html body.home:not(.wp-admin) .ohm-reveal.is-in {
  opacity: 1;
  transform: translateY(0);
}

html body.home:not(.wp-admin) .ohm-contact-section .ohm-reveal,
html body:not(.wp-admin) .ohm-contact-section .ohm-reveal {
  opacity: 1;
  transform: none;
}

html body.home:not(.wp-admin) .ohm-landing-section {
  width: 100%;
  padding: clamp(86px, 8vw, 124px) 0;
}

html body.home:not(.wp-admin) .ohm-section-wrap {
  width: min(1160px, calc(100vw - 96px));
  margin: 0 auto;
}

html body.home:not(.wp-admin) .ohm-section-heading {
  max-width: 760px;
}

html body.home:not(.wp-admin) .ohm-section-heading--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

html body.home:not(.wp-admin) .ohm-section-heading p {
  margin: 0 0 16px !important;
  color: #8c877a;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.18em;
}

html body.home:not(.wp-admin) .ohm-section-heading h2 {
  color: #1c1b18;
  font-family: "Noto Serif KR", "Nanum Myeongjo", Georgia, serif;
  font-size: clamp(34px, 3.2vw, 52px);
  font-weight: 900;
  line-height: 1.28;
  letter-spacing: 0;
}

html body.home:not(.wp-admin) .ohm-section-heading > span {
  display: block;
  margin-top: 18px;
  color: #5f5b54;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.9;
  word-break: keep-all;
}

html body.home:not(.wp-admin) .ohm-pain-section,
html body:not(.wp-admin) .ohm-contact-section {
  background: #17150f;
  color: #f5f2ec;
}

html body.home:not(.wp-admin) .ohm-pain-section .ohm-section-heading h2,
html body:not(.wp-admin) .ohm-contact-section .ohm-section-heading h2 {
  color: #ffffff;
}

html body.home:not(.wp-admin) .ohm-pain-section .ohm-section-heading p,
html body:not(.wp-admin) .ohm-contact-section .ohm-section-heading p {
  color: #b9a886;
}

html body.home:not(.wp-admin) .ohm-pain-section .ohm-section-heading > span,
html body:not(.wp-admin) .ohm-contact-section .ohm-section-heading > span {
  color: #b8b2a6;
}

html body.home:not(.wp-admin) .ohm-accordion {
  max-width: 780px;
  margin: 50px auto 0;
}

html body.home:not(.wp-admin) .ohm-acc-item {
  border-top: 1px solid #3a362c;
}

html body.home:not(.wp-admin) .ohm-acc-item:last-child {
  border-bottom: 1px solid #3a362c;
}

html body.home:not(.wp-admin) .ohm-acc-q {
  position: relative;
  width: 100%;
  padding: 24px 48px 24px 4px;
  border: 0;
  background: transparent;
  color: #f5f2ec;
  font-size: clamp(15px, 2vw, 18px);
  font-weight: 800;
  line-height: 1.65;
  text-align: left;
  cursor: pointer;
}

html body.home:not(.wp-admin) .ohm-acc-q::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 10px;
  color: #b9a886;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 22px;
  transform: translateY(-50%);
}

html body.home:not(.wp-admin) .ohm-acc-item.is-open .ohm-acc-q::after {
  content: "-";
}

html body.home:not(.wp-admin) .ohm-acc-a {
  display: none;
  padding: 0 48px 24px 4px;
}

html body.home:not(.wp-admin) .ohm-acc-item.is-open .ohm-acc-a {
  display: block;
}

html body.home:not(.wp-admin) .ohm-acc-a p {
  color: #c9c1b3;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.9;
  word-break: keep-all;
}

html body.home:not(.wp-admin) .ohm-acc-a strong {
  color: #ffffff;
}

html body.home:not(.wp-admin) .ohm-number-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

html body.home:not(.wp-admin) .ohm-number-grid div {
  padding: 24px 18px;
  background: #1c1b18;
  color: #fbfaf7;
}

html body.home:not(.wp-admin) .ohm-number-grid strong {
  display: block;
  font-size: clamp(24px, 2.6vw, 38px);
  font-weight: 900;
  line-height: 1.1;
}

html body.home:not(.wp-admin) .ohm-number-grid span {
  display: block;
  margin-top: 12px;
  color: #c9c1b3;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.55;
}

html body.home:not(.wp-admin) .ohm-step-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin-top: 52px;
}

html body.home:not(.wp-admin) .ohm-step-grid article {
  min-height: 210px;
  padding: 24px 18px;
  border: 1px solid #3a362c;
  background: rgba(255, 255, 255, 0.03);
}

html body.home:not(.wp-admin) .ohm-step-grid article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: #fee500;
  color: #1c1b18;
  font-size: 12px;
  font-weight: 900;
}

html body.home:not(.wp-admin) .ohm-step-grid h3 {
  margin-top: 24px !important;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.4;
}

html body.home:not(.wp-admin) .ohm-step-grid p {
  margin-top: 12px !important;
  color: #c9c1b3;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.75;
  word-break: keep-all;
}

html body.home:not(.wp-admin) .ohm-quote-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 44px;
}

html body.home:not(.wp-admin) .ohm-quote-grid article {
  min-height: 180px;
  padding: 28px 24px;
  border: 1px solid #d8d4ca;
  background: #ffffff;
}

html body.home:not(.wp-admin) .ohm-quote-grid p {
  color: #1c1b18;
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1.9;
  word-break: keep-all;
}

html body.home:not(.wp-admin) .ohm-quote-grid span {
  display: block;
  margin-top: 18px;
  color: #8c877a;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

html body:not(.wp-admin) .ohm-contact-section {
  padding: clamp(86px, 8vw, 124px) 0;
}

html body:not(.wp-admin) .ohm-contact-section .ohm-section-wrap {
  width: min(1160px, calc(100vw - 96px));
  margin: 0 auto;
}

html body:not(.wp-admin) .ohm-contact-channels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 48px;
}

html body:not(.wp-admin) .ohm-contact-channel {
  display: block;
  min-height: 210px;
  padding: 28px 24px;
  border: 1px solid #3a3a3a;
  color: #f5f2ec;
  transition: border-color 0.22s ease, transform 0.22s ease;
}

html body:not(.wp-admin) .ohm-contact-channel:hover,
html body:not(.wp-admin) .ohm-contact-channel:focus {
  border-color: #fee500;
  transform: translateY(-2px);
}

html body:not(.wp-admin) .ohm-contact-channel strong {
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.45;
}

html body:not(.wp-admin) .ohm-contact-channel span {
  display: block;
  margin-top: 12px;
  color: #a8a8a8;
  font-size: 13.5px;
  line-height: 1.8;
  word-break: keep-all;
}

html body:not(.wp-admin) .ohm-contact-channel em {
  display: block;
  margin-top: 24px;
  color: #fee500;
  font-style: normal;
  font-size: 13px;
  font-weight: 900;
}

@media screen and (max-width: 1180px) {
  
  html body.home:not(.wp-admin) .ohm-step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html body.home:not(.wp-admin) .ohm-number-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 921px) {
  html body.home:not(.wp-admin) .ohm-intro-logo {
    white-space: normal;
  }

  html body.home:not(.wp-admin) .ohm-section-wrap,
  html body:not(.wp-admin) .ohm-contact-section .ohm-section-wrap {
    width: min(calc(100vw - 32px), 720px);
  }

  html body.home:not(.wp-admin) .ohm-landing-section,
  html body:not(.wp-admin) .ohm-contact-section {
    padding: 72px 0;
  }

  html body.home:not(.wp-admin) .ohm-section-heading h2 {
    font-size: clamp(28px, 8vw, 40px);
  }

  
  html body.home:not(.wp-admin) .ohm-number-grid,
  html body.home:not(.wp-admin) .ohm-step-grid,
  html body.home:not(.wp-admin) .ohm-quote-grid,
  html body:not(.wp-admin) .ohm-contact-channels {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 560px) {
  html body.home:not(.wp-admin) .ohm-intro-overlay {
    gap: 18px;
  }

  html body.home:not(.wp-admin) .ohm-intro-eyebrow {
    font-size: 10px;
    letter-spacing: 0.2em;
  }

  html body.home:not(.wp-admin) .ohm-intro-logo {
    font-size: clamp(40px, 13vw, 58px);
  }

  html body.home:not(.wp-admin) .ohm-acc-q {
    padding-right: 36px;
    font-size: 15px;
  }

  html body.home:not(.wp-admin) .ohm-acc-a {
    padding-right: 0;
  }

  
  html body.home:not(.wp-admin) .ohm-step-grid article,
  html body:not(.wp-admin) .ohm-contact-channel {
    min-height: 0;
  }
}

/* ire page-link navigation and sticky header v1.0.16 */
html body.home:not(.wp-admin) .ohm-landing-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
}

html body.home:not(.wp-admin) .ohm-landing {
  overflow: visible !important;
  overflow-x: visible !important;
}

html body.home:not(.wp-admin) .ohm-landing-main {
  padding-top: 78px !important;
}

html body.admin-bar.home:not(.wp-admin) .ohm-landing-header {
  top: 32px !important;
}

html body:not(.home):not(.wp-admin) #masthead,
html body:not(.home):not(.wp-admin) .site-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 9000 !important;
  background: rgba(251, 250, 247, 0.97) !important;
  border-bottom: 1px solid #e7e3da !important;
  box-shadow: 0 12px 30px rgba(28, 27, 24, 0.04) !important;
  backdrop-filter: blur(12px);
}

html body.admin-bar:not(.home):not(.wp-admin) #masthead,
html body.admin-bar:not(.home):not(.wp-admin) .site-header {
  top: 32px !important;
}

@media screen and (max-width: 921px) {
  html body.home:not(.wp-admin) .ohm-landing-main {
    padding-top: 176px !important;
  }
}

@media screen and (max-width: 560px) {
  html body.home:not(.wp-admin) .ohm-landing-main {
    padding-top: 214px !important;
  }
}

/* Shared home-style header for catalog, gallery, and detail pages v1.0.19 */

/* Partner section mockup match v1.0.23 */

/* Connected service navigation and process text visibility v1.0.22 */
html:not(.wp-admin) {
  scroll-behavior: smooth;
}

html body.home:not(.wp-admin) #ohm-partners {
  scroll-margin-top: 96px;
}

@media screen and (max-width: 1280px) {
  html body.home:not(.wp-admin) #ohm-partners {
    scroll-margin-top: 154px;
  }
}

@media screen and (max-width: 921px) {
  html body.home:not(.wp-admin) #ohm-partners {
    scroll-margin-top: 220px;
  }
}

/* Home selected works preview v1.0.24 */
html body.home:not(.wp-admin) #ohm-cases {
  scroll-margin-top: 96px;
}

html body.home:not(.wp-admin) .ohm-link-section {
  background: #fbfaf7 !important;
}

html body.home:not(.wp-admin) .ohm-link-section .ohm-section-wrap {
  width: min(1760px, calc(100vw - 112px)) !important;
}

html body.home:not(.wp-admin) .ohm-link-section .ohm-landing-section-head {
  margin-bottom: 34px !important;
  padding-bottom: 36px !important;
  border-bottom: 1px solid #d8d4ca !important;
}

@media screen and (max-width: 1280px) {
  html body.home:not(.wp-admin) #ohm-cases {
    scroll-margin-top: 154px;
  }

  html body.home:not(.wp-admin) .ohm-link-section .ohm-section-wrap {
    width: min(1280px, calc(100vw - 64px)) !important;
  }
}

@media screen and (max-width: 921px) {
  html body.home:not(.wp-admin) #ohm-cases {
    scroll-margin-top: 220px;
  }

  html body.home:not(.wp-admin) .ohm-link-section .ohm-section-wrap {
    width: min(720px, calc(100vw - 32px)) !important;
  }
}

@media screen and (max-width: 560px) {
  html body.home:not(.wp-admin) .ohm-link-section .ohm-landing-section-head {
    display: block !important;
  }

  html body.home:not(.wp-admin) .ohm-link-section .ohm-landing-section-head p {
    margin-top: 12px !important;
  }
}

/* Product/catalog dropdown and in-page catalog flow v1.0.25 */
html body:not(.wp-admin) .ohm-landing-nav .ohm-nav-dropdown {
  position: relative;
  flex: 0 0 auto;
}

html body:not(.wp-admin) .ohm-landing-nav .ohm-nav-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
  border: 0;
  background: transparent;
  color: #6d675e;
  font-family: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

html body:not(.wp-admin) .ohm-landing-nav .ohm-nav-dropdown-toggle:hover,
html body:not(.wp-admin) .ohm-landing-nav .ohm-nav-dropdown-toggle:focus-visible,
html body:not(.wp-admin) .ohm-landing-nav .ohm-nav-dropdown-toggle[aria-expanded="true"] {
  color: #1c1b18;
}

html body:not(.wp-admin) .ohm-landing-nav .ohm-nav-dropdown-toggle::after {
  content: "";
  width: 5px;
  height: 5px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

html body:not(.wp-admin) .ohm-landing-nav .ohm-nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  z-index: 10050;
  display: grid;
  min-width: 132px;
  padding: 8px;
  border: 1px solid #ded9cf;
  background: rgba(251, 250, 247, 0.98);
  box-shadow: 0 18px 38px rgba(20, 18, 14, 0.14);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 6px);
  transition: opacity 0.16s ease, transform 0.16s ease;
}

html body:not(.wp-admin) .ohm-landing-nav .ohm-nav-dropdown--service .ohm-nav-dropdown-menu {
  min-width: 168px;
}

html body:not(.wp-admin) .ohm-landing-nav .ohm-nav-dropdown--guide .ohm-nav-dropdown-menu {
  min-width: 212px;
}

html body:not(.wp-admin) .ohm-landing-nav .ohm-nav-dropdown-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 14px;
}

html body:not(.wp-admin) .ohm-landing-nav .ohm-nav-dropdown:hover .ohm-nav-dropdown-menu,
html body:not(.wp-admin) .ohm-landing-nav .ohm-nav-dropdown:focus-within .ohm-nav-dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

html body:not(.wp-admin) .ohm-landing-nav .ohm-nav-dropdown-menu a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 16px;
  color: #1c1b18 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

html body:not(.wp-admin) .ohm-landing-nav .ohm-nav-dropdown-menu a:hover,
html body:not(.wp-admin) .ohm-landing-nav .ohm-nav-dropdown-menu a:focus {
  background: #f0ece3;
}

@media screen and (min-width: 922px) and (max-width: 1280px) {
  html body:not(.wp-admin) .ohm-landing-nav {
    overflow: visible !important;
  }
}

html body.home:not(.wp-admin) #ohm-catalog {
  scroll-margin-top: 96px;
}

html body.home:not(.wp-admin) .ohm-catalog-flipbook-trigger {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

html body.home:not(.wp-admin).df-lightbox-open .ohm-landing-header {
  z-index: 1000 !important;
}

html body:not(.wp-admin) .df-lightbox-wrapper {
  z-index: 100000 !important;
}

@media screen and (max-width: 1280px) {
  html body.home:not(.wp-admin) #ohm-catalog {
    scroll-margin-top: 154px;
  }
}

@media screen and (max-width: 921px) {
  html body.home:not(.wp-admin) #ohm-catalog {
    scroll-margin-top: 220px;
  }
}

html body.home:not(.wp-admin) .ohm-products-preview {
  width: 100%;
}

html body.home:not(.wp-admin) .ohm-products-preview-head {
  display: grid;
  gap: 14px;
  margin-bottom: 34px;
  text-align: center;
}

html body.home:not(.wp-admin) .ohm-products-preview-head p {
  margin: 0;
  color: #7e7770;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .32em;
}

html body.home:not(.wp-admin) .ohm-products-preview-head h2 {
  margin: 0;
  color: #111;
  font-family: var(--ohm-serif);
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
}

html body.home:not(.wp-admin) .ohm-products-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
}

html body.home:not(.wp-admin) .ohm-products-preview-card {
  margin: 0;
}

html body.home:not(.wp-admin) .ohm-products-preview-card a {
  display: block;
  color: inherit;
  text-decoration: none;
}

html body.home:not(.wp-admin) .ohm-products-preview-card a:focus-visible {
  outline: 3px solid #f6d700;
  outline-offset: 6px;
}

html body.home:not(.wp-admin) .ohm-products-preview-card img,
html body.home:not(.wp-admin) .ohm-products-preview-empty {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #f1eee8;
}

html body.home:not(.wp-admin) .ohm-products-preview-card img {
  height: auto;
  object-fit: cover;
}

html body.home:not(.wp-admin) .ohm-products-preview-empty {
  display: grid;
  place-items: center;
  color: #777;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
}

html body.home:not(.wp-admin) .ohm-products-preview-empty-text {
  margin: 0;
  color: #6f6861;
  text-align: center;
}

html body.home:not(.wp-admin) .ohm-products-preview-action {
  display: flex;
  justify-content: center;
  margin-top: 38px;
}

html body.home:not(.wp-admin) .ohm-products-preview-action .ohm-landing-button {
  min-width: 180px;
}

@media screen and (max-width: 1280px) {

  html body.home:not(.wp-admin) .ohm-products-preview-grid {
    gap: 24px;
  }
}

@media screen and (max-width: 760px) {

  html body.home:not(.wp-admin) .ohm-products-preview-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

/* Home selected works restored static preview v1.0.27 */
html body.home:not(.wp-admin) .ohm-link-section .ohm-section-wrap {
  width: min(1152px, calc(100vw - 64px)) !important;
}

html body.home:not(.wp-admin) .ohm-link-section .ohm-landing-section-head {
  margin-bottom: 42px !important;
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}

html body.home:not(.wp-admin) .ohm-home-showcase-preview {
  width: 100%;
}

html body.home:not(.wp-admin) .ohm-home-showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

html body.home:not(.wp-admin) .ohm-home-showcase-card {
  min-width: 0;
}

html body.home:not(.wp-admin) .ohm-home-showcase-card a {
  display: block;
  color: #15130f;
  text-decoration: none !important;
}

html body.home:not(.wp-admin) .ohm-home-showcase-card figure {
  width: 100%;
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 1px solid #d8d1c6;
  background: #f3f0ea;
}

html body.home:not(.wp-admin) .ohm-home-showcase-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

html body.home:not(.wp-admin) .ohm-home-showcase-meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  margin-top: 15px;
}

html body.home:not(.wp-admin) .ohm-home-showcase-meta h3 {
  margin: 0;
  color: #15130f;
  font-family: Pretendard, "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0;
}

html body.home:not(.wp-admin) .ohm-home-showcase-meta span {
  flex: 0 0 auto;
  color: #6f665c;
  font-family: "Courier New", Courier, monospace;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .18em;
}

html body.home:not(.wp-admin) .ohm-home-showcase-action {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}

html body.home:not(.wp-admin) .ohm-home-showcase-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 28px;
  border-radius: 999px;
  background: #050505;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none !important;
}

html body.home:not(.wp-admin) .ohm-home-showcase-more:hover,
html body.home:not(.wp-admin) .ohm-home-showcase-more:focus {
  background: #2a2722;
  color: #ffffff;
}

@media screen and (max-width: 921px) {
  html body.home:not(.wp-admin) .ohm-link-section .ohm-section-wrap {
    width: min(720px, calc(100vw - 32px)) !important;
  }

  html body.home:not(.wp-admin) .ohm-home-showcase-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }
}

/* Home collection and fixed-header anchor refinements v1.0.28 */
html body.home:not(.wp-admin) #ohm-partners,
html body.home:not(.wp-admin) #ohm-cases,
html body.home:not(.wp-admin) #ohm-catalog {
  scroll-margin-top: 158px !important;
}

html body.home:not(.wp-admin) .ohm-products-preview-head {
  justify-items: start !important;
  gap: 12px !important;
  margin-bottom: 58px !important;
  text-align: left !important;
}

html body.home:not(.wp-admin) .ohm-products-preview-head p {
  color: #756f67 !important;
  font-weight: 700 !important;
  letter-spacing: .28em !important;
}

html body.home:not(.wp-admin) .ohm-products-preview-head h2 {
  max-width: 760px;
  font-size: clamp(40px, 4.4vw, 64px) !important;
  font-weight: 500 !important;
  line-height: 1.08 !important;
}

html body.home:not(.wp-admin) .ohm-products-preview-grid {
  gap: 40px !important;
}

html body.home:not(.wp-admin) .ohm-products-preview-action {
  justify-content: flex-start !important;
  margin-top: 52px !important;
  padding-bottom: 54px !important;
}

@media screen and (max-width: 1280px) {
  html body.home:not(.wp-admin) #ohm-partners,
  html body.home:not(.wp-admin) #ohm-cases,
  html body.home:not(.wp-admin) #ohm-catalog {
    scroll-margin-top: 180px !important;
  }
}

@media screen and (max-width: 921px) {
  html body.home:not(.wp-admin) #ohm-partners,
  html body.home:not(.wp-admin) #ohm-cases,
  html body.home:not(.wp-admin) #ohm-catalog {
    scroll-margin-top: 230px !important;
  }

  html body.home:not(.wp-admin) .ohm-products-preview-head {
    margin-bottom: 36px !important;
  }

  html body.home:not(.wp-admin) .ohm-products-preview-action {
    padding-bottom: 34px !important;
  }
}

/* Catalog routing and fabrication visual match v1.0.29 */

/* v1.0.31-ohee: fabrication card motion and catalog safety polish */

/* v1.0.32-ohee: keep the home collection CTA centered */
html body.home:not(.wp-admin) .ohm-products-preview-action {
  justify-content: center !important;
  text-align: center !important;
}

html body.home:not(.wp-admin) .ohm-products-preview-action .ohm-landing-button {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* v1.0.33-ohee: reference-matched pain accordion and richer field notes */
html body.home:not(.wp-admin) .ohm-pain-section {
  background: #17150f !important;
  box-sizing: border-box !important;
  color: #f5f2ec !important;
  min-height: clamp(640px, 72vh, 760px) !important;
}

html body.home:not(.wp-admin) .ohm-pain-section .ohm-section-wrap {
  width: min(1000px, calc(100vw - 96px)) !important;
}

html body.home:not(.wp-admin) .ohm-pain-section .ohm-section-heading p {
  color: #b9a886 !important;
  font-family: "Courier New", Courier, monospace !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: .42em !important;
}

html body.home:not(.wp-admin) .ohm-pain-section .ohm-section-heading h2 {
  color: #ffffff !important;
  font-family: "Noto Serif KR", "Nanum Myeongjo", Georgia, serif !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

html body.home:not(.wp-admin) .ohm-pain-section .ohm-section-heading > span {
  color: #b8b2a6 !important;
  font-family: Pretendard, "Noto Sans KR", "Malgun Gothic", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
}

html body.home:not(.wp-admin) .ohm-accordion {
  max-width: 760px !important;
  margin: 48px auto 0 !important;
  min-height: 340px !important;
}

html body.home:not(.wp-admin) .ohm-acc-item {
  border-top: 1px solid #3a362c !important;
}

html body.home:not(.wp-admin) .ohm-acc-item:last-child {
  border-bottom: 1px solid #3a362c !important;
}

html body.home:not(.wp-admin) .ohm-acc-q {
  width: 100% !important;
  padding: 24px 44px 24px 4px !important;
  border: 1px solid transparent !important;
  border-radius: 4px !important;
  background: transparent !important;
  color: #f5f2ec !important;
  font-family: Pretendard, "Noto Sans KR", "Malgun Gothic", Arial, sans-serif !important;
  font-size: clamp(15px, 2.2vw, 18px) !important;
  font-weight: 700 !important;
  line-height: 1.6 !important;
  letter-spacing: 0 !important;
}

html body.home:not(.wp-admin) .ohm-acc-item.is-open .ohm-acc-q {
  margin-top: 18px !important;
  padding: 24px 44px 24px 4px !important;
  border-color: #f5f2ec !important;
}

html body.home:not(.wp-admin) .ohm-acc-q::after {
  content: "+" !important;
  right: 8px !important;
  color: #b9a886 !important;
  font-family: "Courier New", Courier, monospace !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  transition: transform .3s ease !important;
}

html body.home:not(.wp-admin) .ohm-acc-item.is-open .ohm-acc-q::after {
  content: "+" !important;
  transform: translateY(-50%) rotate(45deg) !important;
}

html body.home:not(.wp-admin) .ohm-acc-a {
  display: block !important;
  max-height: 0 !important;
  overflow: hidden !important;
  padding: 0 4px !important;
  opacity: 0 !important;
  transition: max-height .45s ease, opacity .28s ease !important;
}

html body.home:not(.wp-admin) .ohm-acc-item.is-open .ohm-acc-a {
  max-height: 220px !important;
  opacity: 1 !important;
}

html body.home:not(.wp-admin) .ohm-acc-a p {
  margin: 0 !important;
  padding: 0 4px 26px !important;
  color: #cfc8b9 !important;
  font-family: Pretendard, "Noto Sans KR", "Malgun Gothic", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.85 !important;
}

html body.home:not(.wp-admin) .ohm-acc-a strong {
  color: #fee500 !important;
  font-weight: 700 !important;
}

html body.home:not(.wp-admin) .ohm-quote-grid article {
  position: relative !important;
  display: flex !important;
  min-height: 220px !important;
  flex-direction: column !important;
  padding: 30px 26px 26px !important;
  border: 1px solid #e4e1db !important;
  background: #fffdfa !important;
  box-shadow: 0 18px 42px rgba(20, 18, 14, .055) !important;
}

html body.home:not(.wp-admin) .ohm-quote-grid article::before {
  content: attr(data-note) !important;
  display: block !important;
  margin-bottom: 22px !important;
  color: #9c7a4a !important;
  font-family: "Courier New", Courier, monospace !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: .22em !important;
}

html body.home:not(.wp-admin) .ohm-quote-grid article::after {
  content: attr(data-focus) !important;
  position: absolute !important;
  top: 26px !important;
  right: 24px !important;
  padding: 5px 9px !important;
  border: 1px solid #e4e1db !important;
  border-radius: 999px !important;
  background: #f6f4ef !important;
  color: #55524c !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

html body.home:not(.wp-admin) .ohm-quote-grid p {
  margin: 0 !important;
  color: #141414 !important;
  font-family: Pretendard, "Noto Sans KR", "Malgun Gothic", Arial, sans-serif !important;
  font-size: 15.5px !important;
  font-weight: 700 !important;
  line-height: 1.86 !important;
}

html body.home:not(.wp-admin) .ohm-quote-grid span {
  margin-top: auto !important;
  padding-top: 22px !important;
  border-top: 1px solid #e4e1db !important;
  color: #55524c !important;
  font-family: "Courier New", Courier, monospace !important;
  font-size: 11.5px !important;
  font-weight: 600 !important;
  letter-spacing: .08em !important;
}

@media screen and (max-width: 760px) {
  html body.home:not(.wp-admin) .ohm-pain-section {
    min-height: 620px !important;
  }

  html body.home:not(.wp-admin) .ohm-pain-section .ohm-section-wrap {
    width: min(560px, calc(100vw - 32px)) !important;
  }

  html body.home:not(.wp-admin) .ohm-accordion {
    min-height: 380px !important;
  }

  html body.home:not(.wp-admin) .ohm-quote-grid article::after {
    position: static !important;
    align-self: flex-start !important;
    order: -1 !important;
    margin-bottom: 14px !important;
  }
}

/* v1.0.35-ohee: process section as the reference horizontal timeline */

html body.home:not(.wp-admin) .ohm-step-grid {
  position: relative !important;
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 0 !important;
  width: min(1080px, 100%) !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

html body.home:not(.wp-admin) .ohm-step-grid::before {
  content: "" !important;
  position: absolute !important;
  z-index: 0 !important;
  top: 23px !important;
  right: 9.5% !important;
  left: 9.5% !important;
  height: 1px !important;
  background: #fee500 !important;
  opacity: .95 !important;
}

html body.home:not(.wp-admin) .ohm-step-grid article {
  position: relative !important;
  z-index: 1 !important;
  min-height: 0 !important;
  padding: 0 18px !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #f5f2ec !important;
  text-align: center !important;
}

html body.home:not(.wp-admin) .ohm-step-grid article > span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 46px !important;
  height: 46px !important;
  margin: 0 auto 21px !important;
  border: 1px solid #fee500 !important;
  border-radius: 50% !important;
  background: #17150f !important;
  color: #fee500 !important;
  font-family: "Courier New", Courier, monospace !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

html body.home:not(.wp-admin) .ohm-step-grid h3 {
  margin: 0 0 12px !important;
  color: #ffffff !important;
  font-family: Pretendard, "Noto Sans KR", "Malgun Gothic", Arial, sans-serif !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1.45 !important;
}

html body.home:not(.wp-admin) .ohm-step-grid p {
  max-width: 184px !important;
  margin: 0 auto !important;
  color: #cfc8b9 !important;
  font-family: Pretendard, "Noto Sans KR", "Malgun Gothic", Arial, sans-serif !important;
  font-size: 13.5px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 1.72 !important;
  word-break: keep-all !important;
}

@media screen and (max-width: 900px) {

  html body.home:not(.wp-admin) .ohm-step-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    max-width: 520px !important;
  }

  html body.home:not(.wp-admin) .ohm-step-grid::before {
    top: 0 !important;
    right: auto !important;
    bottom: 0 !important;
    left: 23px !important;
    width: 1px !important;
    height: auto !important;
  }

  html body.home:not(.wp-admin) .ohm-step-grid article {
    display: grid !important;
    grid-template-columns: 46px minmax(0, 1fr) !important;
    column-gap: 18px !important;
    padding: 0 !important;
    text-align: left !important;
  }

  html body.home:not(.wp-admin) .ohm-step-grid article > span {
    grid-row: span 2 !important;
    margin: 0 !important;
  }

  html body.home:not(.wp-admin) .ohm-step-grid h3,
  html body.home:not(.wp-admin) .ohm-step-grid p {
    max-width: none !important;
    text-align: left !important;
  }
}

/* v1.0.35-ohee: process standalone page follows the same timeline system */

/* v1.0.37-ohee: quote section cards, fixed FAQ canvas, and roomier anchor stops */
html body:not(.wp-admin) .ohm-contact-section .ohm-section-wrap {
  width: min(1152px, calc(100vw - 96px)) !important;
}

html body:not(.wp-admin) .ohm-contact-section .ohm-section-heading {
  text-align: center !important;
}

html body:not(.wp-admin) .ohm-contact-section .ohm-section-heading h2 {
  margin: 0 !important;
  color: #ffffff !important;
  font-family: "Noto Serif KR", "Nanum Myeongjo", Georgia, serif !important;
  font-size: clamp(40px, 4.25vw, 56px) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.18 !important;
  text-shadow: 2px 0 rgba(62, 118, 152, .48), -1px 0 rgba(151, 82, 55, .38) !important;
}

html body:not(.wp-admin) .ohm-contact-section .ohm-section-heading > span {
  max-width: 760px !important;
  margin: 24px auto 0 !important;
  color: #d8d3c8 !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.8 !important;
  word-break: keep-all !important;
}

html body:not(.wp-admin) .ohm-contact-channels {
  gap: 16px !important;
  margin-top: 50px !important;
}

html body:not(.wp-admin) .ohm-contact-channel {
  min-height: 182px !important;
  padding: 30px 24px !important;
  border-color: #3a362c !important;
  background: transparent !important;
}

html body:not(.wp-admin) .ohm-contact-channel strong {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: #ffffff !important;
  font-size: 17px !important;
  font-weight: 900 !important;
}

html body:not(.wp-admin) .ohm-contact-channel strong::before {
  content: "" !important;
  display: inline-block !important;
  width: 12px !important;
  height: 9px !important;
  border-radius: 999px !important;
  background: #efe4ff !important;
}

html body:not(.wp-admin) .ohm-contact-channel--phone strong::before {
  width: 12px !important;
  height: 12px !important;
  border-radius: 3px 3px 8px 8px !important;
  background: #ff4fa3 !important;
  transform: rotate(-28deg) !important;
}

html body:not(.wp-admin) .ohm-contact-channel span {
  margin-top: 18px !important;
  color: #cfc8b9 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.78 !important;
}

html body:not(.wp-admin) .ohm-contact-channel em {
  margin-top: 22px !important;
  color: #fee500 !important;
  font-family: "Courier New", Courier, monospace !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: .08em !important;
}

html body.home:not(.wp-admin) .ohm-pain-section {
  height: 720px !important;
  min-height: 720px !important;
  max-height: 720px !important;
  overflow: hidden !important;
}

html body.home:not(.wp-admin) .ohm-accordion {
  height: 360px !important;
  min-height: 360px !important;
  max-height: 360px !important;
  overflow: visible !important;
}

html body.home:not(.wp-admin) .ohm-acc-a {
  transition: opacity .28s ease !important;
}


html body.home:not(.wp-admin) #ohm-contact {
  scroll-margin-top: 228px !important;
}

@media screen and (max-width: 1280px) {
  
  html body.home:not(.wp-admin) #ohm-contact {
    scroll-margin-top: 248px !important;
  }
}

@media screen and (max-width: 921px) {
  html body:not(.wp-admin) .ohm-contact-section .ohm-section-wrap {
    width: min(560px, calc(100vw - 32px)) !important;
  }

  html body.home:not(.wp-admin) .ohm-pain-section {
    height: 700px !important;
    min-height: 700px !important;
    max-height: 700px !important;
  }

  html body.home:not(.wp-admin) .ohm-accordion {
    height: 390px !important;
    min-height: 390px !important;
    max-height: 390px !important;
  }

  
  html body.home:not(.wp-admin) #ohm-contact {
    scroll-margin-top: 270px !important;
  }
}

/* ire first-screen background image v1.0.40 */
html body.home:not(.wp-admin) .ohm-landing-main {
  position: relative !important;
  isolation: isolate !important;
  background: #fbfaf7 !important;
}

html body.home:not(.wp-admin) .ohm-landing-main::before,
html body.home:not(.wp-admin) .ohm-landing-main::after {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  height: clamp(720px, 92vh, 960px) !important;
  pointer-events: none !important;
  z-index: 0 !important;
}

html body.home:not(.wp-admin) .ohm-landing-main::before {
  background-image: image-set(
    url("ohm-main-hero-bg.webp") type("image/webp"),
    url("ohm-main-hero-bg.png") type("image/png")
  ) !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  filter: saturate(0.96) contrast(1.08) brightness(0.98) !important;
  opacity: 0.84 !important;
}

html body.home:not(.wp-admin) .ohm-landing-main::after {
  background:
    linear-gradient(90deg, rgba(251, 250, 247, 0.9) 0%, rgba(251, 250, 247, 0.68) 34%, rgba(251, 250, 247, 0.24) 68%, rgba(251, 250, 247, 0.4) 100%),
    linear-gradient(180deg, rgba(251, 250, 247, 0.36) 0%, rgba(251, 250, 247, 0.18) 46%, #fbfaf7 100%) !important;
}

html body.home:not(.wp-admin) .ohm-landing-main > * {
  position: relative !important;
  z-index: 1 !important;
}

html body.home:not(.wp-admin) .ohm-landing-hero h1 {
  text-shadow: 0 1px 0 rgba(251, 250, 247, 0.88), 0 18px 44px rgba(251, 250, 247, 0.72) !important;
}

html body.home:not(.wp-admin) .ohm-landing-lead,
html body.home:not(.wp-admin) .ohm-landing-note {
  text-shadow: 0 1px 0 rgba(251, 250, 247, 0.84), 0 12px 30px rgba(251, 250, 247, 0.66) !important;
}

@media screen and (max-width: 921px) {
  html body.home:not(.wp-admin) .ohm-landing-main::before,
  html body.home:not(.wp-admin) .ohm-landing-main::after {
    height: 780px !important;
  }

  html body.home:not(.wp-admin) .ohm-landing-main::before {
    background-position: 62% top !important;
    opacity: 0.68 !important;
  }

  html body.home:not(.wp-admin) .ohm-landing-main::after {
    background:
      linear-gradient(90deg, rgba(251, 250, 247, 0.94) 0%, rgba(251, 250, 247, 0.72) 48%, rgba(251, 250, 247, 0.44) 100%),
      linear-gradient(180deg, rgba(251, 250, 247, 0.46) 0%, rgba(251, 250, 247, 0.28) 45%, #fbfaf7 100%) !important;
  }
}

/* v1.0.44-ohee: landing page as short summaries, detail pages hold depth */
html body.home:not(.wp-admin) .ohm-service-summary-section {
  background: #fbfaf7 !important;
}

html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-section-wrap,
html body.home:not(.wp-admin) .ohm-products-summary-section .ohm-section-wrap {
  width: min(1152px, calc(100vw - 104px)) !important;
}

html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-section-heading {
  max-width: 760px !important;
}

html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  margin-top: 42px !important;
  border: 1px solid #14120f !important;
  background: #fbfaf7 !important;
}

html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid div {
  display: flex !important;
  min-height: 144px !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 24px 18px !important;
  border-right: 1px solid #14120f !important;
  background: #fbfaf7 !important;
  color: #14120f !important;
  text-align: center !important;
}

html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid div:last-child {
  border-right: 0 !important;
}

html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid strong {
  display: inline-flex !important;
  align-items: baseline !important;
  justify-content: center !important;
  gap: 4px !important;
  color: #070707 !important;
  font-family: "Courier New", Courier, monospace !important;
  font-size: clamp(32px, 3.2vw, 44px) !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid em {
  font-style: normal !important;
  font-size: .45em !important;
  font-weight: 500 !important;
}

html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid div > span {
  display: block !important;
  margin-top: 14px !important;
  color: #5b554b !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.55 !important;
}

html body.home:not(.wp-admin) .ohm-service-process-line {
  display: grid !important;
  grid-template-columns: max-content minmax(0, 1fr) !important;
  gap: 22px !important;
  align-items: center !important;
  margin-top: 28px !important;
  padding: 22px 24px !important;
  border: 1px solid #ded8ce !important;
  background: #fffdfa !important;
}

html body.home:not(.wp-admin) .ohm-service-process-line b {
  color: #9a6637 !important;
  font-family: "Courier New", Courier, monospace !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: .28em !important;
}

html body.home:not(.wp-admin) .ohm-service-process-line span {
  color: #25221d !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.7 !important;
  word-break: keep-all !important;
}

html body.home:not(.wp-admin) .ohm-summary-action {
  display: flex !important;
  justify-content: center !important;
  margin-top: 34px !important;
}

html body.home:not(.wp-admin) .ohm-products-summary-section .ohm-products-preview {
  margin-top: 0 !important;
}

html body.home:not(.wp-admin) .ohm-products-summary-section .ohm-products-preview-head {
  text-align: left !important;
}

html body.home:not(.wp-admin) .ohm-products-summary-section .ohm-products-preview-action {
  margin-top: 42px !important;
}


html body:not(.home):not(.wp-admin) #ohm-service-fabrication,
html body:not(.home):not(.wp-admin) #ohm-service-process {
  scroll-margin-top: 150px !important;
}

@media screen and (max-width: 921px) {
  html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-section-wrap,
  html body.home:not(.wp-admin) .ohm-products-summary-section .ohm-section-wrap {
    width: min(560px, calc(100vw - 32px)) !important;
  }

  html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid div:nth-child(2) {
    border-right: 0 !important;
  }

  html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid div:nth-child(-n + 2) {
    border-bottom: 1px solid #14120f !important;
  }

  html body.home:not(.wp-admin) .ohm-service-process-line {
    grid-template-columns: 1fr !important;
  }
}

/* v1.0.45-ohee: keep the shorter landing, restore the stronger original service/voice design */
html body.home:not(.wp-admin) .ohm-service-summary-section {
  padding-top: clamp(88px, 8vw, 126px) !important;
  padding-bottom: clamp(86px, 7.5vw, 118px) !important;
}

html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-section-heading {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) max-content !important;
  column-gap: 48px !important;
  align-items: start !important;
  max-width: none !important;
}

html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-section-heading p {
  grid-column: 2 !important;
  grid-row: 1 !important;
  justify-self: end !important;
  margin: 34px 0 0 !important;
  color: #292620 !important;
  font-family: "Courier New", Courier, monospace !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: .46em !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
}

html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-section-heading h2 {
  grid-column: 1 !important;
  grid-row: 1 !important;
  max-width: 760px !important;
  margin: 0 !important;
  color: #1c1b18 !important;
  font-family: "Noto Serif KR", "Nanum Myeongjo", Georgia, serif !important;
  font-size: clamp(40px, 3.75vw, 54px) !important;
  font-weight: 800 !important;
  line-height: 1.18 !important;
  letter-spacing: 0 !important;
}

html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-section-heading > span {
  grid-column: 1 / -1 !important;
  max-width: 700px !important;
  margin-top: 30px !important;
  color: #2f2b24 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.95 !important;
}

html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid {
  gap: 14px !important;
  margin-top: 50px !important;
  border: 0 !important;
  background: transparent !important;
}

html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid div,
html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid div:last-child {
  min-height: 128px !important;
  border: 0 !important;
  background: #17150f !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid strong {
  color: #ffffff !important;
  font-family: Pretendard, "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-weight: 800 !important;
  text-shadow: 2px 0 rgba(62, 118, 152, .38), -1px 0 rgba(151, 82, 55, .28) !important;
}

html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid .ohm-number-main,
html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid em {
  color: #ffffff !important;
  opacity: 1 !important;
  -webkit-text-fill-color: #ffffff !important;
}

html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid div > span {
  color: #f2eee5 !important;
  font-weight: 600 !important;
}

html body.home:not(.wp-admin) .ohm-service-process-line {
  margin-top: 24px !important;
  border-color: #d8d1c4 !important;
  background: #fffdfa !important;
}

html body.home:not(.wp-admin) .ohm-quotes-section {
  padding-top: clamp(72px, 7vw, 104px) !important;
  padding-bottom: clamp(72px, 7vw, 104px) !important;
  background: #fbfaf7 !important;
}

html body.home:not(.wp-admin) .ohm-quotes-section .ohm-landing-section-head {
  margin-bottom: 44px !important;
}

html body.home:not(.wp-admin) .ohm-quotes-section .ohm-landing-section-head h2 {
  font-family: "Noto Serif KR", "Nanum Myeongjo", Georgia, serif !important;
  font-weight: 800 !important;
}

html body.home:not(.wp-admin) .ohm-quotes-section .ohm-quote-grid {
  margin-top: 0 !important;
}

@media screen and (max-width: 1024px) {
  html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-section-heading {
    grid-template-columns: 1fr !important;
  }

  html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-section-heading p {
    grid-column: 1 !important;
    grid-row: auto !important;
    justify-self: start !important;
    margin-top: 0 !important;
    margin-bottom: 18px !important;
  }

  html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-section-heading h2 {
    grid-row: auto !important;
  }
}

@media screen and (max-width: 921px) {

  html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid div,
  html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid div:nth-child(2),
  html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid div:nth-child(-n + 2),
  html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid div:last-child {
    border: 0 !important;
  }
}

/* v1.0.46-ohee: match merged proposal testimonials and animated process progress */
html body.home:not(.wp-admin) .ohm-quotes-section {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
  background: #FCFBF9 !important;
  color: #141414 !important;
}

html body.home:not(.wp-admin) .ohm-quotes-section .ohm-section-wrap {
  width: min(1200px, calc(100vw - 48px)) !important;
}

html body.home:not(.wp-admin) .ohm-quotes-section .ohm-landing-section-head {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 20px !important;
  margin: 0 0 44px !important;
  padding: 0 !important;
  border: 0 !important;
}

html body.home:not(.wp-admin) .ohm-quotes-section .ohm-landing-section-head h2 {
  margin: 0 !important;
  color: #141414 !important;
  font-family: "Noto Serif KR", "Nanum Myeongjo", Georgia, serif !important;
  font-size: clamp(28px, 4vw, 44px) !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
}

html body.home:not(.wp-admin) .ohm-quotes-section .ohm-landing-section-head p {
  margin: 0 0 8px !important;
  color: #55524C !important;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  letter-spacing: .32em !important;
}

html body.home:not(.wp-admin) .ohm-quotes-section .ohm-quote-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
  margin: 0 !important;
}

html body.home:not(.wp-admin) .ohm-quotes-section .ohm-quote-grid article {
  min-height: 148px !important;
  padding: 28px 24px !important;
  border: 1px solid #E4E1DB !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

html body.home:not(.wp-admin) .ohm-quotes-section .ohm-quote-grid article::before,
html body.home:not(.wp-admin) .ohm-quotes-section .ohm-quote-grid article::after {
  content: none !important;
  display: none !important;
}

html body.home:not(.wp-admin) .ohm-quotes-section .ohm-quote-grid p {
  margin: 0 !important;
  color: #141414 !important;
  font-family: "Noto Sans KR", Pretendard, "Malgun Gothic", Arial, sans-serif !important;
  font-size: 14.5px !important;
  font-weight: 500 !important;
  line-height: 1.85 !important;
  letter-spacing: 0 !important;
}

html body.home:not(.wp-admin) .ohm-quotes-section .ohm-quote-grid span {
  display: block !important;
  margin-top: 18px !important;
  padding: 0 !important;
  border: 0 !important;
  color: #55524C !important;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace !important;
  font-size: 11.5px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  letter-spacing: .06em !important;
}

html body:not(.wp-admin) .ohm-step-grid {
  position: relative !important;
}

html body:not(.wp-admin) .ohm-step-grid::before {
  content: "" !important;
  position: absolute !important;
  z-index: 0 !important;
  top: 23px !important;
  left: 10% !important;
  right: 10% !important;
  height: 1px !important;
  background: #3A362C !important;
}

html body:not(.wp-admin) .ohm-step-grid::after {
  content: "" !important;
  position: absolute !important;
  z-index: 0 !important;
  top: 23px !important;
  left: 10% !important;
  width: 0 !important;
  height: 1px !important;
  background: #FEE500 !important;
  transition: width 1.8s cubic-bezier(.6, 0, .2, 1) !important;
}

html body:not(.wp-admin) .ohm-step-grid.is-process-ready::after {
  width: 80% !important;
}

html body:not(.wp-admin) .ohm-step-grid article {
  position: relative !important;
  z-index: 1 !important;
}

html body:not(.wp-admin) .ohm-step-grid article > span {
  border-color: #4A453A !important;
  color: #B9A886 !important;
  transition: border-color .4s ease, color .4s ease, background-color .4s ease !important;
}

html body:not(.wp-admin) .ohm-step-grid.is-process-ready article > span {
  border-color: #FEE500 !important;
  color: #FEE500 !important;
}

html body:not(.wp-admin) .ohm-step-grid.is-process-ready article:nth-child(1) > span {
  transition-delay: .3s !important;
}

html body:not(.wp-admin) .ohm-step-grid.is-process-ready article:nth-child(2) > span {
  transition-delay: .65s !important;
}

html body:not(.wp-admin) .ohm-step-grid.is-process-ready article:nth-child(3) > span {
  transition-delay: 1s !important;
}

html body:not(.wp-admin) .ohm-step-grid.is-process-ready article:nth-child(4) > span {
  transition-delay: 1.35s !important;
}

html body:not(.wp-admin) .ohm-step-grid.is-process-ready article:nth-child(5) > span {
  transition-delay: 1.7s !important;
}

@media screen and (max-width: 900px) {
  html body.home:not(.wp-admin) .ohm-quotes-section {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  html body.home:not(.wp-admin) .ohm-quotes-section .ohm-landing-section-head {
    display: block !important;
  }

  html body.home:not(.wp-admin) .ohm-quotes-section .ohm-landing-section-head p {
    margin-top: 12px !important;
  }

  html body.home:not(.wp-admin) .ohm-quotes-section .ohm-quote-grid {
    grid-template-columns: 1fr !important;
  }

  html body:not(.wp-admin) .ohm-step-grid::before,
  html body:not(.wp-admin) .ohm-step-grid::after {
    display: none !important;
  }
}

/* Stronger process timeline override for the combined service page */

/* v1.0.47-ohee: service detail section headings, outlined stats, and proper Kakao button */

/* Company page from 이레석재_회사소개_v1.html */
html body:not(.home):not(.wp-admin) .ohm-company-page {
  --ohm-company-paper: #fcfbf9;
  --ohm-company-ink: #141414;
  --ohm-company-graphite: #55524c;
  --ohm-company-line: #e4e1db;
  --ohm-company-dash: #c9c5bd;
  --ohm-company-yellow: #fee500;
  --ohm-company-accent: #9c7a4a;
  width: 100%;
  background: var(--ohm-company-paper);
  color: var(--ohm-company-ink);
  font-family: "Noto Sans KR", Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.7;
  letter-spacing: -0.01em;
}

html body:not(.home):not(.wp-admin) .ohm-company-page *,
html body:not(.home):not(.wp-admin) .ohm-company-page *::before,
html body:not(.home):not(.wp-admin) .ohm-company-page *::after {
  box-sizing: border-box;
}

html body:not(.home):not(.wp-admin) .ohm-company-page a {
  color: inherit;
  text-decoration: none !important;
}

html body:not(.home):not(.wp-admin) .ohm-company-page section {
  padding: 96px 0;
}

html body:not(.home):not(.wp-admin) .ohm-company-page .rv {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

html body:not(.home):not(.wp-admin) .ohm-company-page .rv.in {
  opacity: 1;
  transform: none;
}

html body:not(.home):not(.wp-admin) .ohm-company-cutline {
  width: 0;
  height: 1px;
  margin: 32px auto 0;
  background: linear-gradient(90deg, var(--ohm-company-ink) 60%, transparent 60%);
  background-size: 12px 1px;
  transition: width 1.6s cubic-bezier(0.77, 0, 0.18, 1);
}

html body:not(.home):not(.wp-admin) .ohm-company-cutline.go {
  width: min(520px, 80%);
}

html body:not(.home):not(.wp-admin) .ohm-company-numbers {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 52px;
  background: var(--ohm-company-ink);
  border: 1.5px solid var(--ohm-company-ink);
}

@media screen and (max-width: 768px) {
  html body:not(.home):not(.wp-admin) .ohm-company-page section {
    padding: 64px 0;
  }

  html body:not(.home):not(.wp-admin) .ohm-company-numbers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  html body:not(.home):not(.wp-admin) .ohm-company-page *,
  html body:not(.home):not(.wp-admin) .ohm-company-page *::before,
  html body:not(.home):not(.wp-admin) .ohm-company-page *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }

  html body:not(.home):not(.wp-admin) .ohm-company-page .rv {
    opacity: 1;
    transform: none;
  }

  html body:not(.home):not(.wp-admin) .ohm-company-cutline.go {
    width: min(520px, 80%);
  }
}

/* v1.0.50-ohee: home landing service summary final match */
html body.home:not(.wp-admin) .ohm-service-summary-section {
  padding: 92px 0 96px !important;
  background: #fbfaf7 !important;
}

html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-section-wrap {
  width: min(1152px, calc(100vw - 104px)) !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-section-heading {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) max-content !important;
  align-items: start !important;
  column-gap: 48px !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 0 50px !important;
  padding: 0 !important;
  text-align: left !important;
}

html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-section-heading p {
  grid-column: 2 !important;
  grid-row: 1 !important;
  justify-self: end !important;
  align-self: start !important;
  margin: 30px 0 0 !important;
  color: #1a1814 !important;
  font-family: "Courier New", "Noto Sans KR", monospace !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: 0.44em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-section-heading h2 {
  grid-column: 1 !important;
  grid-row: 1 !important;
  margin: 0 !important;
  color: #1a1814 !important;
  font-family: "Noto Serif KR", serif !important;
  font-size: clamp(42px, 4vw, 54px) !important;
  font-weight: 900 !important;
  line-height: 1.18 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  text-shadow: none !important;
}

html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-section-heading > span {
  grid-column: 1 !important;
  grid-row: 2 !important;
  display: block !important;
  max-width: 720px !important;
  margin: 32px 0 0 !important;
  color: #191713 !important;
  font-family: "Noto Sans KR", "Pretendard", sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 2 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}

html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid div,
html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid div:nth-child(2),
html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid div:nth-child(-n + 2),
html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid div:last-child {
  display: flex !important;
  min-height: 128px !important;
  padding: 24px 18px !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #17150f !important;
  color: #ffffff !important;
  box-shadow: none !important;
  text-align: center !important;
}

html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid strong {
  display: inline-flex !important;
  align-items: baseline !important;
  justify-content: center !important;
  gap: 4px !important;
  margin: 0 !important;
  color: #ffffff !important;
  font-family: "Noto Sans KR", "Pretendard", sans-serif !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
}

html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid .ohm-number-main,
html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid em {
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-style: normal !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
}

html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid div > span {
  display: block !important;
  margin: 14px 0 0 !important;
  color: #ffffff !important;
  font-family: "Noto Sans KR", "Pretendard", sans-serif !important;
  font-size: 13.5px !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
}

html body.home:not(.wp-admin) .ohm-service-process-line {
  display: grid !important;
  grid-template-columns: max-content minmax(0, 1fr) !important;
  align-items: center !important;
  column-gap: 34px !important;
  min-height: 72px !important;
  margin: 24px 0 0 !important;
  padding: 0 24px !important;
  border: 1px solid #d8d1c4 !important;
  border-radius: 0 !important;
  background: #fffdfa !important;
  box-shadow: none !important;
}

html body.home:not(.wp-admin) .ohm-service-process-line b {
  display: block !important;
  margin: 0 !important;
  color: #9b7341 !important;
  font-family: "Courier New", "Noto Sans KR", monospace !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.36em !important;
}

html body.home:not(.wp-admin) .ohm-service-process-line span {
  display: block !important;
  margin: 0 !important;
  color: #14120f !important;
  font-family: "Noto Sans KR", "Pretendard", sans-serif !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.6 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}

html body.home:not(.wp-admin) .ohm-summary-action {
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
  margin: 34px 0 0 !important;
}

html body.home:not(.wp-admin) .ohm-summary-action .ohm-landing-button,
html body.home:not(.wp-admin) .ohm-summary-action .ohm-landing-button--dark {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 194px !important;
  height: 52px !important;
  padding: 0 26px !important;
  border: 0 !important;
  border-radius: 6px !important;
  background: #17150f !important;
  color: #ffffff !important;
  font-family: "Noto Sans KR", "Pretendard", sans-serif !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

@media screen and (max-width: 920px) {
  html body.home:not(.wp-admin) .ohm-service-summary-section {
    padding: 72px 0 78px !important;
  }

  html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-section-wrap {
    width: min(620px, calc(100vw - 32px)) !important;
  }

  html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-section-heading {
    grid-template-columns: 1fr !important;
    row-gap: 16px !important;
    margin-bottom: 34px !important;
  }

  html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-section-heading p,
  html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-section-heading h2,
  html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-section-heading > span {
    grid-column: 1 !important;
    grid-row: auto !important;
    justify-self: start !important;
    margin-top: 0 !important;
  }

  html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-section-heading h2 {
    font-size: 42px !important;
  }

  html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html body.home:not(.wp-admin) .ohm-service-process-line {
    grid-template-columns: 1fr !important;
    row-gap: 10px !important;
    padding: 18px 20px !important;
  }
}

@media screen and (max-width: 560px) {
  html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid {
    grid-template-columns: 1fr !important;
  }

  html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-section-heading h2 {
    font-size: 36px !important;
  }
}

/* v1.0.51-ohee: compact home summaries and selected slabs preview */
html body.home:not(.wp-admin) .ohm-link-section {
  padding-top: 74px !important;
  padding-bottom: 64px !important;
}

html body.home:not(.wp-admin) .ohm-products-summary-section {
  padding-top: 58px !important;
  padding-bottom: 68px !important;
  background: #fbfaf7 !important;
}

html body.home:not(.wp-admin) .ohm-quotes-section {
  padding-top: 68px !important;
  padding-bottom: 78px !important;
}

html body.home:not(.wp-admin) .ohm-link-section .ohm-landing-section-head {
  margin-bottom: 32px !important;
}

html body.home:not(.wp-admin) .ohm-products-summary-section .ohm-section-wrap {
  width: min(1152px, calc(100vw - 64px)) !important;
  max-width: none !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 0 !important;
}

html body.home:not(.wp-admin) .ohm-products-summary-section .ohm-products-preview {
  width: 100% !important;
  margin: 0 !important;
}

html body.home:not(.wp-admin) .ohm-products-summary-section .ohm-products-preview-head {
  display: grid !important;
  gap: 14px !important;
  margin: 0 0 32px !important;
  padding: 0 !important;
  text-align: left !important;
}

html body.home:not(.wp-admin) .ohm-products-summary-section .ohm-products-preview-head p {
  margin: 0 !important;
  color: #6f6861 !important;
  font-family: "Courier New", "Noto Sans KR", monospace !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.34em !important;
}

html body.home:not(.wp-admin) .ohm-products-summary-section .ohm-products-preview-head h2 {
  margin: 0 !important;
  color: #15130f !important;
  font-family: "Noto Serif KR", "Nanum Myeongjo", Georgia, serif !important;
  font-size: clamp(40px, 4.2vw, 56px) !important;
  font-weight: 900 !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}

html body.home:not(.wp-admin) .ohm-products-summary-section .ohm-products-preview-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
  width: 100% !important;
  margin: 0 !important;
}

html body.home:not(.wp-admin) .ohm-products-summary-section .ohm-products-preview-card {
  min-width: 0 !important;
  margin: 0 !important;
}

html body.home:not(.wp-admin) .ohm-products-summary-section .ohm-products-preview-card a {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  aspect-ratio: 4 / 3 !important;
  overflow: hidden !important;
  border: 1px solid #d8d1c6 !important;
  background: #f3f0ea !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

html body.home:not(.wp-admin) .ohm-products-summary-section .ohm-products-preview-card a::after {
  content: "" !important;
  position: absolute !important;
  inset: 44% 0 0 !important;
  z-index: 1 !important;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.48)) !important;
  pointer-events: none !important;
}

html body.home:not(.wp-admin) .ohm-products-summary-section .ohm-products-preview-card img,
html body.home:not(.wp-admin) .ohm-products-summary-section .ohm-products-preview-empty {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
  background: #f1eee8 !important;
}

html body.home:not(.wp-admin) .ohm-products-summary-section .ohm-products-preview-empty {
  display: grid !important;
  place-items: center !important;
  color: #777 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0.18em !important;
}

html body.home:not(.wp-admin) .ohm-products-summary-section .ohm-products-preview-title {
  position: absolute !important;
  right: 18px !important;
  bottom: 16px !important;
  left: 18px !important;
  z-index: 2 !important;
  display: block !important;
  color: #ffffff !important;
  font-family: "Noto Sans KR", Pretendard, "Malgun Gothic", Arial, sans-serif !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.62) !important;
  word-break: keep-all !important;
}

html body.home:not(.wp-admin) .ohm-products-summary-section .ohm-products-preview-action {
  display: flex !important;
  justify-content: center !important;
  margin-top: 34px !important;
}

html body.home:not(.wp-admin) .ohm-products-summary-section .ohm-products-preview-action .ohm-landing-button {
  min-width: 178px !important;
}

@media screen and (max-width: 921px) {
  html body.home:not(.wp-admin) .ohm-link-section,
  html body.home:not(.wp-admin) .ohm-products-summary-section,
  html body.home:not(.wp-admin) .ohm-quotes-section {
    padding-top: 56px !important;
    padding-bottom: 58px !important;
  }

  html body.home:not(.wp-admin) .ohm-products-summary-section .ohm-section-wrap {
    width: min(620px, calc(100vw - 32px)) !important;
  }

  html body.home:not(.wp-admin) .ohm-products-summary-section .ohm-products-preview-grid {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  html body.home:not(.wp-admin) .ohm-products-summary-section .ohm-products-preview-head h2 {
    font-size: 40px !important;
  }
}

/* v1.0.52-ohee: service summary stat table matches proposal */
html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #17150f !important;
  background: #fbfaf7 !important;
}

html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid div,
html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid div:nth-child(2),
html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid div:nth-child(-n + 2),
html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid div:last-child {
  display: flex !important;
  min-height: 164px !important;
  padding: 34px 18px !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-right: 1px solid #17150f !important;
  border-radius: 0 !important;
  background: #fbfaf7 !important;
  color: #14120f !important;
  box-shadow: none !important;
  text-align: center !important;
}

html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid div:last-child {
  border-right: 0 !important;
}

html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid strong {
  display: inline-flex !important;
  align-items: baseline !important;
  justify-content: center !important;
  gap: 2px !important;
  margin: 0 !important;
  color: #050505 !important;
  font-family: "IBM Plex Mono", "Courier New", Consolas, monospace !important;
  font-size: clamp(34px, 3vw, 40px) !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
  font-variant-numeric: tabular-nums !important;
}

html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid .ohm-number-main {
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-style: normal !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
}

html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid em {
  margin-left: 2px !important;
  color: #24211d !important;
  font-family: "Noto Sans KR", Pretendard, "Malgun Gothic", Arial, sans-serif !important;
  font-size: 0.46em !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 0.02em !important;
  text-shadow: none !important;
}

html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid div > span {
  display: block !important;
  margin: 18px 0 0 !important;
  color: #5f574e !important;
  font-family: "Noto Sans KR", Pretendard, "Malgun Gothic", Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
}

@media screen and (max-width: 920px) {
  html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid div,
  html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid div:nth-child(2),
  html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid div:nth-child(-n + 2),
  html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid div:last-child {
    min-height: 138px !important;
    border-right: 1px solid #17150f !important;
    border-bottom: 1px solid #17150f !important;
  }

  html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid div:nth-child(2),
  html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid div:last-child {
    border-right: 0 !important;
  }

  html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid div:nth-child(n + 3) {
    border-bottom: 0 !important;
  }

  html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid strong {
    font-size: 32px !important;
  }
}

@media screen and (max-width: 560px) {
  html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid {
    grid-template-columns: 1fr !important;
  }

  html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid div,
  html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid div:nth-child(2),
  html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid div:nth-child(-n + 2),
  html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid div:last-child {
    border-right: 0 !important;
    border-bottom: 1px solid #17150f !important;
  }

  html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid div:last-child {
    border-bottom: 0 !important;
  }
}

/* v1.0.60-ohee: keep /catalog/ as the normal Astra + DFlip catalog page, matching orceramic. */
html body.page-id-1158:not(.wp-admin) #content,
html body.page-id-1158:not(.wp-admin) .site-content {
  padding-top: 0 !important;
  overflow-x: clip !important;
  background: #fcfbf9 !important;
}

html body.page-id-1158:not(.wp-admin) #content::before {
  content: none !important;
  display: none !important;
}

html body.page-id-1158:not(.wp-admin) .site-content > .ast-container {
  width: 100% !important;
  max-width: none !important;
  padding-top: 78px !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

html body.admin-bar.page-id-1158:not(.wp-admin) .site-content > .ast-container {
  padding-top: 110px !important;
}

html body.page-id-1158:not(.wp-admin) .entry-content {
  width: 100% !important;
  max-width: none !important;
  background: #fcfbf9 !important;
}

@keyframes ohm-catalog-hero-zoom {
  from {
    transform: scale(1.02);
  }

  to {
    transform: scale(1.14);
  }
}

/* v1.0.54-ohee: company page full-bleed background alignment and hero zoom */

/* v1.0.97-ohee: keep the company revision timeline on the dark blueprint panel. */

@keyframes ohm-company-hero-zoom-in {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.075);
  }
}

/* v1.0.61-ohee: generated grand hero banners for product, gallery, and fabrication service pages */

@keyframes ohm-subpage-hero-zoom {
  from {
    background-size: 100% auto;
  }

  to {
    background-size: 112% auto;
  }
}

@media screen and (max-width: 640px) {

  @keyframes ohm-subpage-hero-mobile-zoom {
    from {
      background-size: auto 100%;
    }

    to {
      background-size: auto 114%;
    }
  }
}

/* v1.0.55-ohee: readable home stats, selected slab captions, and Kakao speech icon */
html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #17150f !important;
  background: #fbfaf7 !important;
}

html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid div,
html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid div:nth-child(2),
html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid div:nth-child(-n + 2),
html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid div:last-child {
  display: flex !important;
  min-height: 164px !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 34px 18px !important;
  border: 0 !important;
  border-right: 1px solid #17150f !important;
  border-radius: 0 !important;
  background: #fbfaf7 !important;
  color: #14120f !important;
  box-shadow: none !important;
  text-align: center !important;
}

html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid div:last-child {
  border-right: 0 !important;
}

html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid strong {
  display: inline-flex !important;
  align-items: baseline !important;
  justify-content: center !important;
  gap: 2px !important;
  margin: 0 !important;
  color: #050505 !important;
  font-family: "IBM Plex Mono", "Courier New", Consolas, monospace !important;
  font-size: clamp(34px, 3vw, 40px) !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
  -webkit-text-fill-color: #050505 !important;
  font-variant-numeric: tabular-nums !important;
}

html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid .ohm-number-main {
  color: #050505 !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-style: normal !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
  -webkit-text-fill-color: #050505 !important;
}

html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid em {
  margin-left: 2px !important;
  color: #24211d !important;
  font-family: "Noto Sans KR", Pretendard, "Malgun Gothic", Arial, sans-serif !important;
  font-size: 0.46em !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 0.02em !important;
  text-shadow: none !important;
  -webkit-text-fill-color: #24211d !important;
}

html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid div > span {
  display: block !important;
  margin: 18px 0 0 !important;
  color: #5f574e !important;
  font-family: "Noto Sans KR", Pretendard, "Malgun Gothic", Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
  -webkit-text-fill-color: #5f574e !important;
}

html body.home:not(.wp-admin) .ohm-products-summary-section .ohm-products-preview-card a::after {
  display: none !important;
}

html body.home:not(.wp-admin) .ohm-products-summary-section .ohm-products-preview-card .ohm-products-preview-thumb {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  aspect-ratio: 4 / 3 !important;
  overflow: hidden !important;
  border: 1px solid #d8d1c6 !important;
  background: #f3f0ea !important;
  color: #15130f !important;
  text-decoration: none !important;
}

html body.home:not(.wp-admin) .ohm-products-summary-section .ohm-products-preview-meta {
  display: flex !important;
  align-items: baseline !important;
  justify-content: flex-start !important;
  gap: 18px !important;
  margin-top: 15px !important;
}

html body.home:not(.wp-admin) .ohm-products-summary-section .ohm-products-preview-meta h3 {
  margin: 0 !important;
  color: #15130f !important;
  font-family: Pretendard, "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
}

html body.home:not(.wp-admin) .ohm-products-summary-section .ohm-products-preview-meta h3 a {
  position: static !important;
  display: inline !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: inherit !important;
  font: inherit !important;
  line-height: inherit !important;
  text-decoration: none !important;
  aspect-ratio: auto !important;
  overflow: visible !important;
  box-shadow: none !important;
}

html body:not(.wp-admin) .ohm-landing-action--kakao span,
html body:not(.wp-admin) .ohm-landing-button--kakao span {
  position: relative !important;
  display: inline-block !important;
  width: 14px !important;
  height: 10px !important;
  min-width: 14px !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  box-shadow: none !important;
  color: #ffffff !important;
}

html body:not(.wp-admin) .ohm-landing-action--kakao span::after,
html body:not(.wp-admin) .ohm-landing-button--kakao span::after {
  content: "" !important;
  position: absolute !important;
  left: 2px !important;
  bottom: -3px !important;
  display: block !important;
  width: 6px !important;
  height: 6px !important;
  border-radius: 1px !important;
  background: #ffffff !important;
  transform: rotate(45deg) !important;
}

@media screen and (max-width: 920px) {
  html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid div,
  html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid div:nth-child(2),
  html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid div:nth-child(-n + 2),
  html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid div:last-child {
    min-height: 138px !important;
    border-right: 1px solid #17150f !important;
    border-bottom: 1px solid #17150f !important;
  }

  html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid div:nth-child(2),
  html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid div:last-child {
    border-right: 0 !important;
  }

  html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid div:nth-child(n + 3) {
    border-bottom: 0 !important;
  }
}

@media screen and (max-width: 560px) {
  html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid {
    grid-template-columns: 1fr !important;
  }

  html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid div,
  html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid div:nth-child(2),
  html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid div:nth-child(-n + 2),
  html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid div:last-child {
    border-right: 0 !important;
    border-bottom: 1px solid #17150f !important;
  }

  html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid div:last-child {
    border-bottom: 0 !important;
  }
}

/* v1.0.64-ohee-final: final order lock for compact tab heroes and visible home slab */

html body.home:not(.wp-admin) .ohm-landing-main::before {
  filter: saturate(1.02) contrast(1.18) brightness(0.94) !important;
  opacity: 0.98 !important;
}

html body.home:not(.wp-admin) .ohm-landing-main::after {
  background:
    linear-gradient(90deg, rgba(251, 250, 247, 0.82) 0%, rgba(251, 250, 247, 0.5) 34%, rgba(251, 250, 247, 0.08) 68%, rgba(251, 250, 247, 0.2) 100%),
    linear-gradient(180deg, rgba(251, 250, 247, 0.2) 0%, rgba(251, 250, 247, 0.08) 46%, rgba(251, 250, 247, 0.92) 100%) !important;
}

@media screen and (max-width: 921px) {

  html body.home:not(.wp-admin) .ohm-landing-main::before {
    opacity: 0.86 !important;
    filter: saturate(1.02) contrast(1.12) brightness(0.96) !important;
  }

  html body.home:not(.wp-admin) .ohm-landing-main::after {
    background:
      linear-gradient(90deg, rgba(251, 250, 247, 0.88) 0%, rgba(251, 250, 247, 0.58) 48%, rgba(251, 250, 247, 0.28) 100%),
      linear-gradient(180deg, rgba(251, 250, 247, 0.34) 0%, rgba(251, 250, 247, 0.18) 45%, #fbfaf7 100%) !important;
  }
}

/* v1.0.65-ohee: final Kakao bubble icon, scroll-top alignment, and fuller catalog viewer */
html body:not(.wp-admin) .ohm-landing-action--kakao span,
html body:not(.wp-admin) .ohm-landing-button--kakao span {
  position: relative !important;
  display: inline-block !important;
  width: 14px !important;
  height: 10px !important;
  min-width: 14px !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #ffffff !important;
  box-shadow: -1px 2px 2px rgba(86, 90, 170, 0.24) !important;
  transform: translateY(-1px) !important;
}

html body:not(.wp-admin) .ohm-landing-action--kakao span::after,
html body:not(.wp-admin) .ohm-landing-button--kakao span::after {
  content: "" !important;
  position: absolute !important;
  left: 2px !important;
  bottom: -3px !important;
  display: block !important;
  width: 6px !important;
  height: 6px !important;
  border-radius: 1px !important;
  background: #ffffff !important;
  box-shadow: -1px 2px 2px rgba(86, 90, 170, 0.16) !important;
  transform: rotate(45deg) !important;
}

html body:not(.wp-admin) #ast-scroll-top,
html body:not(.wp-admin) .ast-scroll-top-icon,
html body:not(.wp-admin) .ast-scroll-to-top-right {
  position: fixed !important;
  top: auto !important;
  right: 27px !important;
  bottom: 152px !important;
  left: auto !important;
  z-index: 9998 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;
}

html body.home:not(.wp-admin) #ast-scroll-top,
html body.home:not(.wp-admin) .ast-scroll-top-icon,
html body.home:not(.wp-admin) .ast-scroll-to-top-right {
  right: 31px !important;
  bottom: 92px !important;
}

@media screen and (max-width: 921px) {
  html body:not(.wp-admin) #ast-scroll-top,
  html body:not(.wp-admin) .ast-scroll-top-icon,
  html body:not(.wp-admin) .ast-scroll-to-top-right {
    right: 23px !important;
    bottom: 132px !important;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
  }

  html body.home:not(.wp-admin) #ast-scroll-top,
  html body.home:not(.wp-admin) .ast-scroll-top-icon,
  html body.home:not(.wp-admin) .ast-scroll-to-top-right {
    right: 23px !important;
    bottom: 82px !important;
  }
}

/* v1.0.66-ohee: smoother first-screen stone-to-paper transition */
html body.home:not(.wp-admin) .ohm-landing-main::before,
html body.home:not(.wp-admin) .ohm-landing-main::after {
  height: clamp(940px, 118vh, 1260px) !important;
}

html body.home:not(.wp-admin) .ohm-landing-main::before {
  opacity: 0.98 !important;
  filter: saturate(1.03) contrast(1.18) brightness(0.95) !important;
}

html body.home:not(.wp-admin) .ohm-landing-main::after {
  background:
    radial-gradient(ellipse at 52% 28%, rgba(251, 250, 247, 0.44) 0%, rgba(251, 250, 247, 0.26) 42%, rgba(251, 250, 247, 0.56) 74%, #fbfaf7 100%),
    linear-gradient(90deg, rgba(251, 250, 247, 0.74) 0%, rgba(251, 250, 247, 0.38) 36%, rgba(251, 250, 247, 0.12) 66%, rgba(251, 250, 247, 0.26) 100%),
    linear-gradient(180deg, rgba(251, 250, 247, 0.16) 0%, rgba(251, 250, 247, 0.1) 48%, rgba(251, 250, 247, 0.68) 84%, #fbfaf7 100%) !important;
}

html body.home:not(.wp-admin) .ohm-landing-main > .ohm-landing-visuals {
  position: relative !important;
}

html body.home:not(.wp-admin) .ohm-landing-main > .ohm-landing-visuals::before {
  content: "" !important;
  position: absolute !important;
  top: -150px !important;
  right: 0 !important;
  left: 0 !important;
  height: 220px !important;
  background: linear-gradient(180deg, rgba(251, 250, 247, 0), #fbfaf7 78%, #fbfaf7 100%) !important;
  pointer-events: none !important;
  z-index: -1 !important;
}

@media screen and (max-width: 921px) {
  html body.home:not(.wp-admin) .ohm-landing-main::before,
  html body.home:not(.wp-admin) .ohm-landing-main::after {
    height: 940px !important;
  }

  html body.home:not(.wp-admin) .ohm-landing-main::before {
    opacity: 0.9 !important;
  }

  html body.home:not(.wp-admin) .ohm-landing-main::after {
    background:
      radial-gradient(ellipse at 55% 24%, rgba(251, 250, 247, 0.58) 0%, rgba(251, 250, 247, 0.36) 42%, rgba(251, 250, 247, 0.72) 78%, #fbfaf7 100%),
      linear-gradient(180deg, rgba(251, 250, 247, 0.28) 0%, rgba(251, 250, 247, 0.2) 48%, #fbfaf7 100%) !important;
  }

  html body.home:not(.wp-admin) .ohm-landing-main > .ohm-landing-visuals::before {
    top: -110px !important;
    height: 170px !important;
  }
}

/* v1.0.67-ohee: hero phone CTA, catalog-only viewer, and home scroll-top alignment */
html body.home:not(.wp-admin) #ast-scroll-top,
html body.home:not(.wp-admin) .ast-scroll-top-icon,
html body.home:not(.wp-admin) .ast-scroll-to-top-right {
  right: 31px !important;
  bottom: 152px !important;
}

@media screen and (max-width: 921px) {
  html body.home:not(.wp-admin) #ast-scroll-top,
  html body.home:not(.wp-admin) .ast-scroll-top-icon,
  html body.home:not(.wp-admin) .ast-scroll-to-top-right {
    right: 23px !important;
    bottom: 132px !important;
  }
}

/* v1.0.68-ohee: keep the home stone backdrop readable without side artifacts */
html body.home:not(.wp-admin) .ohm-landing-main::before,
html body.home:not(.wp-admin) .ohm-landing-main::after {
  height: clamp(600px, 76vh, 780px) !important;
}

html body.home:not(.wp-admin) .ohm-landing-main::before {
  background-position: 58% top !important;
  opacity: 0.86 !important;
  filter: saturate(1.02) contrast(1.12) brightness(1.02) !important;
}

html body.home:not(.wp-admin) .ohm-landing-main::after {
  background:
    linear-gradient(90deg, #fbfaf7 0%, rgba(251, 250, 247, 0.98) 9%, rgba(251, 250, 247, 0.76) 24%, rgba(251, 250, 247, 0.34) 45%, rgba(251, 250, 247, 0.42) 73%, rgba(251, 250, 247, 0.86) 90%, #fbfaf7 100%),
    linear-gradient(180deg, rgba(251, 250, 247, 0.18) 0%, rgba(251, 250, 247, 0.22) 48%, rgba(251, 250, 247, 0.82) 82%, #fbfaf7 100%) !important;
}

html body.home:not(.wp-admin) .ohm-landing-visuals {
  position: relative !important;
  isolation: isolate !important;
}

html body.home:not(.wp-admin) .ohm-landing-visuals::before {
  content: "" !important;
  position: absolute !important;
  top: -260px !important;
  right: -8vw !important;
  bottom: -90px !important;
  left: -8vw !important;
  z-index: 0 !important;
  background:
    linear-gradient(180deg, rgba(251, 250, 247, 0) 0%, rgba(251, 250, 247, 0.92) 38%, #fbfaf7 54%, #fbfaf7 100%),
    linear-gradient(90deg, #fbfaf7 0%, rgba(251, 250, 247, 0.92) 14%, rgba(251, 250, 247, 0.8) 50%, rgba(251, 250, 247, 0.94) 86%, #fbfaf7 100%) !important;
  pointer-events: none !important;
}

html body.home:not(.wp-admin) .ohm-landing-visual {
  position: relative !important;
  z-index: 1 !important;
}

@media screen and (max-width: 921px) {
  html body.home:not(.wp-admin) .ohm-landing-main::before,
  html body.home:not(.wp-admin) .ohm-landing-main::after {
    height: 700px !important;
  }

  html body.home:not(.wp-admin) .ohm-landing-main::before {
    background-position: 60% top !important;
    opacity: 0.8 !important;
  }

  html body.home:not(.wp-admin) .ohm-landing-main::after {
    background:
      linear-gradient(90deg, #fbfaf7 0%, rgba(251, 250, 247, 0.94) 18%, rgba(251, 250, 247, 0.58) 58%, rgba(251, 250, 247, 0.9) 88%, #fbfaf7 100%),
      linear-gradient(180deg, rgba(251, 250, 247, 0.28) 0%, rgba(251, 250, 247, 0.44) 56%, #fbfaf7 100%) !important;
  }

  html body.home:not(.wp-admin) .ohm-landing-visuals::before {
    top: -190px !important;
    bottom: -70px !important;
  }
}

/* v1.0.71-ohee: customer guide page based on the supplied guide HTML */
/* v1.0.75-ohee: keep dFlip plugin rendering, but give the catalog book the original wide embed area */

/* v1.0.82-ohee: catalog page matches the reference dFlip-first layout. */

html body.page-id-1158:not(.wp-admin) #content,
html body.page-id-1158:not(.wp-admin) .site-content,
html body.page-id-1158:not(.wp-admin) .ast-container,
html body.page-id-1158:not(.wp-admin) #primary,
html body.page-id-1158:not(.wp-admin) .content-area,
html body.page-id-1158:not(.wp-admin) .site-main,
html body.page-id-1158:not(.wp-admin) article,
html body.page-id-1158:not(.wp-admin) .entry-content {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

html body.page-id-1158:not(.wp-admin) .entry-content {
  padding: 0 !important;
}


html body.page-id-1158:not(.wp-admin) .entry-content > ._df_book {
  display: block !important;
  width: min(1780px, calc(100vw - 36px)) !important;
  max-width: none !important;
  height: calc(100vh - 112px) !important;
  min-height: 820px !important;
  margin: 24px auto 56px !important;
}

@media screen and (max-width: 921px) {
  
  html body.page-id-1158:not(.wp-admin) .entry-content > ._df_book {
    width: calc(100vw - 12px) !important;
    height: calc(100vh - 92px) !important;
    min-height: 620px !important;
    margin: 12px auto 40px !important;
  }
}

/* v1.0.71-ohee: customer guide page based on the supplied guide HTML */

html body:not(.home):not(.wp-admin) .ohm-customer-guide-page {
  --guide-paper: #FCFBF9;
  --guide-ink: #141414;
  --guide-graphite: #55524C;
  --guide-line: #E4E1DB;
  --guide-dash: #C9C5BD;
  --guide-yellow: #FEE500;
  --guide-accent: #9C7A4A;
  --guide-serif: "Noto Serif KR", "Nanum Myeongjo", serif;
  --guide-sans: "Noto Sans KR", "Pretendard", "Apple SD Gothic Neo", sans-serif;
  --guide-mono: "IBM Plex Mono", "Consolas", monospace;
  background: var(--guide-paper);
  color: var(--guide-ink);
  font-family: var(--guide-sans);
  letter-spacing: -0.01em;
  line-height: 1.7;
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  overflow: hidden;
}

html body:not(.home):not(.wp-admin) .ohm-customer-guide-page *,
html body:not(.home):not(.wp-admin) .ohm-customer-guide-page *::before,
html body:not(.home):not(.wp-admin) .ohm-customer-guide-page *::after {
  box-sizing: border-box;
}

html body:not(.home):not(.wp-admin) .ohm-customer-guide-page a {
  color: inherit;
  text-decoration: none;
}

html body:not(.home):not(.wp-admin) .ohm-customer-guide-page section {
  padding: clamp(72px, 7.4vw, 104px) 0;
}

html body:not(.home):not(.wp-admin) .ohm-guide-rv {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

html body:not(.home):not(.wp-admin) .ohm-guide-rv.in {
  opacity: 1;
  transform: none;
}

html body:not(.home):not(.wp-admin) .ohm-guide-cutline {
  width: 0;
  height: 1px;
  margin: 32px auto 0;
  background: linear-gradient(90deg, var(--guide-ink) 60%, transparent 60%);
  background-size: 12px 1px;
  transition: width 1.6s cubic-bezier(0.77, 0, 0.18, 1);
}

html body:not(.home):not(.wp-admin) .ohm-guide-cutline.go {
  width: min(520px, 80%);
}

html body:not(.home):not(.wp-admin) .ohm-guide-jump {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 36px;
}

html body:not(.home):not(.wp-admin) .ohm-guide-jump a {
  border: 1px solid var(--guide-line);
  border-radius: 999px;
  padding: 10px 18px;
  font-family: var(--guide-mono);
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--guide-graphite);
  transition: border-color 0.2s ease, color 0.2s ease;
}

html body:not(.home):not(.wp-admin) .ohm-guide-jump a:hover {
  border-color: var(--guide-ink);
  color: var(--guide-ink);
}

@media (prefers-reduced-motion: reduce) {
  html body:not(.home):not(.wp-admin) .ohm-guide-rv {
    opacity: 1;
    transform: none;
  }

  html body:not(.home):not(.wp-admin) .ohm-guide-cutline {
    width: min(520px, 80%);
  }
}

/* v1.0.79-ohee: match supplied customer guide quote/case blocks */

/* v1.0.84-ohee: final guide text layout and black Kakao speech-bubble icons */
html body:not(.wp-admin) .ohm-landing-action--kakao span,
html body:not(.wp-admin) .ohm-landing-button--kakao span {
  position: relative !important;
  display: inline-block !important;
  width: 15px !important;
  min-width: 15px !important;
  height: 12px !important;
  min-height: 12px !important;
  flex: 0 0 15px !important;
  border-radius: 58% 55% 56% 54% !important;
  background: #050505 !important;
  color: #050505 !important;
  box-shadow: none !important;
  transform: translateY(-1px) !important;
}

html body:not(.wp-admin) .ohm-landing-action--kakao span::after,
html body:not(.wp-admin) .ohm-landing-button--kakao span::after {
  content: "" !important;
  position: absolute !important;
  left: 2px !important;
  bottom: -5px !important;
  width: 7px !important;
  height: 7px !important;
  border-radius: 1px 0 2px 0 !important;
  background: #050505 !important;
  box-shadow: none !important;
  transform: rotate(38deg) skew(-8deg) !important;
}

/* Homepage video intro v1.0.90 */
html body.home:not(.wp-admin) .ohm-intro-overlay--video {
  position: fixed !important;
  inset: 0 !important;
  z-index: 999999 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  padding: 24px !important;
  overflow: hidden !important;
  background: #fbfaf7 !important;
  color: #171511 !important;
  cursor: pointer !important;
  isolation: isolate !important;
  transition: opacity 0.7s ease, visibility 0.7s ease !important;
}

html body.home:not(.wp-admin) .ohm-intro-overlay--video.is-done {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

html body.home:not(.wp-admin) .ohm-intro-video-shell,
html body.home:not(.wp-admin) .ohm-intro-wash {
  position: absolute !important;
  inset: 0 !important;
}

html body.home:not(.wp-admin) .ohm-intro-video-shell {
  z-index: 0 !important;
  overflow: hidden !important;
  background: #11100d !important;
}

html body.home:not(.wp-admin) .ohm-intro-video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  opacity: 1 !important;
  filter: none !important;
  transform: scale(1.04) !important;
  transform-origin: center center !important;
  animation: none !important;
  transition: opacity 0.9s ease, filter 0.9s ease !important;
}

html body.home:not(.wp-admin) .ohm-intro-wash {
  z-index: 1 !important;
  opacity: 0 !important;
  background: transparent !important;
  backdrop-filter: none !important;
  transition: opacity 0.9s ease, background 0.9s ease !important;
}

html body.home:not(.wp-admin) .ohm-intro-overlay--video.is-logo .ohm-intro-wash {
  opacity: 1 !important;
  background:
    radial-gradient(circle at 50% 46%, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.96) 44%, rgba(250, 247, 240, 0.98) 100%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.98) 0%, rgba(251, 250, 247, 0.98) 100%) !important;
}

html body.home:not(.wp-admin) .ohm-intro-overlay--video.is-logo .ohm-intro-video {
  opacity: 0 !important;
  filter: saturate(0.7) contrast(1.02) brightness(1.4) !important;
}

html body.home:not(.wp-admin) .ohm-intro-brand {
  position: relative !important;
  z-index: 2 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: min(980px, 92vw) !important;
  text-align: center !important;
  opacity: 0 !important;
  transform: translateY(18px) scale(0.985) !important;
  transition: opacity 0.9s ease, transform 0.9s ease !important;
  pointer-events: none !important;
}

html body.home:not(.wp-admin) .ohm-intro-overlay--video.is-logo .ohm-intro-brand {
  opacity: 1 !important;
  transform: translateY(0) scale(1) !important;
}

html body.home:not(.wp-admin) .ohm-intro-brand-mark {
  width: clamp(230px, 24vw, 380px) !important;
  height: auto !important;
  max-height: 150px !important;
  object-fit: contain !important;
  margin: 0 0 26px !important;
  filter: drop-shadow(0 12px 24px rgba(24, 22, 18, 0.12)) !important;
}

html body.home:not(.wp-admin) .ohm-intro-brand-symbol {
  margin: 0 0 22px !important;
  font-family: "Noto Sans KR", system-ui, sans-serif !important;
  font-size: clamp(22px, 3vw, 34px) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  color: #171511 !important;
}

html body.home:not(.wp-admin) .ohm-intro-overlay--video .ohm-intro-eyebrow,
html body.home:not(.wp-admin) .ohm-intro-overlay--video .ohm-intro-sub,
html body.home:not(.wp-admin) .ohm-intro-overlay--video .ohm-intro-skip {
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace !important;
  animation: none !important;
}

html body.home:not(.wp-admin) .ohm-intro-overlay--video .ohm-intro-eyebrow {
  margin: 0 0 34px !important;
  color: #8c877a !important;
  font-size: clamp(11px, 1vw, 13px) !important;
  font-weight: 600 !important;
  letter-spacing: 0.44em !important;
  line-height: 1.4 !important;
}

html body.home:not(.wp-admin) .ohm-intro-overlay--video .ohm-intro-logo {
  margin: 0 !important;
  color: #171511 !important;
  font-family: "Noto Serif KR", "Nanum Myeongjo", Georgia, serif !important;
  font-size: clamp(64px, 9.2vw, 134px) !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
  clip-path: none !important;
  animation: none !important;
  text-shadow: 0 18px 42px rgba(30, 27, 21, 0.12) !important;
}

html body.home:not(.wp-admin) .ohm-intro-line {
  width: 0 !important;
  height: 2px !important;
  margin: 24px auto 15px !important;
  background: #b9975f !important;
  transition: width 0.85s ease 0.2s !important;
}

html body.home:not(.wp-admin) .ohm-intro-overlay--video.is-logo .ohm-intro-line {
  width: min(178px, 34vw) !important;
}

html body.home:not(.wp-admin) .ohm-intro-overlay--video .ohm-intro-sub {
  margin: 26px 0 0 !important;
  color: #171511 !important;
  font-family: "Noto Serif KR", "Nanum Myeongjo", Georgia, serif !important;
  font-size: clamp(18px, 2.1vw, 28px) !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1.55 !important;
}

html body.home:not(.wp-admin) .ohm-intro-overlay--video .ohm-intro-desc {
  margin: 28px 0 0 !important;
  color: #6f6a60 !important;
  font-family: "Noto Sans KR", system-ui, sans-serif !important;
  font-size: clamp(13px, 1vw, 15px) !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 1.7 !important;
  animation: none !important;
}

html body.home:not(.wp-admin) .ohm-intro-overlay--video .ohm-intro-skip {
  position: absolute !important;
  right: 26px !important;
  bottom: 22px !important;
  z-index: 3 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 72px !important;
  min-height: 34px !important;
  padding: 9px 13px !important;
  border: 1px solid rgba(23, 21, 17, 0.14) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.66) !important;
  color: rgba(23, 21, 17, 0.62) !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.18em !important;
  line-height: 1 !important;
  box-shadow: 0 12px 30px rgba(30, 27, 21, 0.08) !important;
  backdrop-filter: blur(8px) !important;
  cursor: pointer !important;
}

html body.home:not(.wp-admin) .ohm-intro-overlay--video .ohm-intro-skip:hover {
  background: rgba(255, 255, 255, 0.9) !important;
  color: #171511 !important;
}

@keyframes ohmIntroVideoZoom {
  from {
    transform: scale(1.04);
  }
  to {
    transform: scale(1.04);
  }
}

@media (max-width: 720px) {
  html body.home:not(.wp-admin) .ohm-intro-overlay--video .ohm-intro-logo {
    white-space: normal !important;
  }

  html body.home:not(.wp-admin) .ohm-intro-overlay--video .ohm-intro-sub {
    letter-spacing: 0.18em !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body.home:not(.wp-admin) .ohm-intro-video {
    animation: none !important;
  }
}

/* Customer guide refinements v1.0.91 */
html body:not(.home):not(.wp-admin) #sketch,
html body:not(.home):not(.wp-admin) #send {
  scroll-margin-top: 140px !important;
}

/* Intro scroll lock v1.0.92 */
html.ohm-intro-locked,
html.ohm-intro-locked body,
body.ohm-intro-locked {
  height: 100% !important;
  overflow: hidden !important;
  overscroll-behavior: none !important;
}

html.ohm-intro-locked body,
body.ohm-intro-locked {
  position: fixed !important;
  inset: 0 auto auto 0 !important;
  width: 100% !important;
}

/* Customer guide low-barrier hero v1.0.93 */

html body:not(.home):not(.wp-admin) .ohm-guide-jump {
  margin-top: 36px !important;
}

/* Intro skip visibility and customer guide rhythm v1.0.94 */
html body.home:not(.wp-admin) .ohm-intro-overlay--video .ohm-intro-skip {
  min-width: 132px !important;
  min-height: 42px !important;
  padding: 0 20px !important;
  border: 1px solid rgba(23, 21, 17, 0.28) !important;
  background: rgba(255, 255, 255, 0.95) !important;
  color: #171511 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.2em !important;
  box-shadow: 0 16px 40px rgba(30, 27, 21, 0.2) !important;
}

html body.home:not(.wp-admin) .ohm-intro-overlay--video .ohm-intro-skip:hover,
html body.home:not(.wp-admin) .ohm-intro-overlay--video .ohm-intro-skip:focus-visible {
  border-color: rgba(23, 21, 17, 0.5) !important;
  background: #fff !important;
  color: #000 !important;
}

html body:not(.home):not(.wp-admin) .ohm-guide-jump {
  margin-top: 22px !important;
}

/* Homepage intro brand overlay v1.0.118 */
html body.home:not(.wp-admin) .ohm-intro-overlay--video {
  background: #050505 !important;
  color: #fff !important;
  cursor: default !important;
  transition: opacity 0.52s ease, visibility 0.52s ease !important;
}

html body.home:not(.wp-admin) .ohm-intro-overlay--video .ohm-intro-video {
  opacity: 1 !important;
  filter: saturate(0.92) contrast(1.04) brightness(0.78) !important;
  transform: scale(1.015) !important;
}

html body.home:not(.wp-admin) .ohm-intro-overlay--video .ohm-intro-wash,
html body.home:not(.wp-admin) .ohm-intro-overlay--video.is-logo .ohm-intro-wash {
  opacity: 1 !important;
  pointer-events: none !important;
  background:
    radial-gradient(circle at 50% 44%, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.36) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.04) 34%, rgba(0, 0, 0, 0.2) 62%, rgba(0, 0, 0, 0.78) 100%) !important;
  backdrop-filter: none !important;
}

html body.home:not(.wp-admin) .ohm-intro-overlay--video.is-logo .ohm-intro-video {
  opacity: 1 !important;
  filter: saturate(0.92) contrast(1.04) brightness(0.78) !important;
}

html body.home:not(.wp-admin) .ohm-intro-overlay--video .ohm-intro-brand,
html body.home:not(.wp-admin) .ohm-intro-overlay--video.is-logo .ohm-intro-brand {
  z-index: 2 !important;
  opacity: 1 !important;
  transform: translateY(0) scale(1) !important;
  color: #fff !important;
}

html body.home:not(.wp-admin) .ohm-intro-overlay--video .ohm-intro-eyebrow {
  margin: 0 0 18px !important;
  color: rgba(255, 231, 112, 0.94) !important;
  font-size: clamp(12px, 1vw, 15px) !important;
  font-weight: 800 !important;
  letter-spacing: 0.54em !important;
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.72) !important;
}

html body.home:not(.wp-admin) .ohm-intro-overlay--video .ohm-intro-logo {
  color: #fff !important;
  font-size: clamp(42px, 6.4vw, 96px) !important;
  font-weight: 900 !important;
  line-height: 1.08 !important;
  text-shadow: 0 7px 28px rgba(0, 0, 0, 0.76) !important;
}

html body.home:not(.wp-admin) .ohm-intro-overlay--video .ohm-intro-endorsement {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  width: min(460px, 72vw) !important;
  margin: 14px auto 0 !important;
  color: rgba(255, 255, 255, 0.94) !important;
  font-family: "Noto Sans KR", system-ui, sans-serif !important;
  font-size: clamp(12px, 1.15vw, 17px) !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: 0.08em !important;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.72) !important;
}

html body.home:not(.wp-admin) .ohm-intro-overlay--video .ohm-intro-endorsement::before,
html body.home:not(.wp-admin) .ohm-intro-overlay--video .ohm-intro-endorsement::after {
  content: "" !important;
  flex: 1 1 56px !important;
  height: 1px !important;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.56)) !important;
}

html body.home:not(.wp-admin) .ohm-intro-overlay--video .ohm-intro-endorsement::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.56), transparent) !important;
}

html body.home:not(.wp-admin) .ohm-intro-overlay--video .ohm-intro-endorsement span {
  color: #ffe170 !important;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace !important;
  font-size: 0.82em !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
}

html body.home:not(.wp-admin) .ohm-intro-overlay--video .ohm-intro-endorsement strong {
  font-weight: 700 !important;
  white-space: nowrap !important;
}

html body.home:not(.wp-admin) .ohm-intro-overlay--video .ohm-intro-sub {
  margin: 18px 0 0 !important;
  color: rgba(255, 255, 255, 0.94) !important;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace !important;
  font-size: clamp(13px, 1.25vw, 18px) !important;
  font-weight: 700 !important;
  letter-spacing: 0.28em !important;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.68) !important;
}

html body.home:not(.wp-admin) .ohm-intro-overlay--video .ohm-intro-desc {
  margin: 18px 0 0 !important;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: clamp(13px, 1vw, 16px) !important;
  font-weight: 700 !important;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.66) !important;
}

html body.home:not(.wp-admin) .ohm-intro-overlay--video .ohm-intro-skip {
  right: 28px !important;
  bottom: 26px !important;
  min-width: 148px !important;
  min-height: 50px !important;
  padding: 0 22px !important;
  border: 1px solid rgba(255, 255, 255, 0.72) !important;
  background: rgba(255, 255, 255, 0.95) !important;
  color: #111 !important;
  font-family: "Noto Sans KR", system-ui, sans-serif !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34) !important;
  backdrop-filter: blur(10px) !important;
}

html body.home:not(.wp-admin) .ohm-intro-overlay--video .ohm-intro-skip:hover,
html body.home:not(.wp-admin) .ohm-intro-overlay--video .ohm-intro-skip:focus-visible {
  border-color: #fff !important;
  background: #ffe100 !important;
  color: #000 !important;
}

@media (max-width: 720px) {
  html body.home:not(.wp-admin) .ohm-intro-overlay--video {
    padding: 20px !important;
  }

  html body.home:not(.wp-admin) .ohm-intro-overlay--video .ohm-intro-eyebrow {
    letter-spacing: 0.36em !important;
  }

  html body.home:not(.wp-admin) .ohm-intro-overlay--video .ohm-intro-logo {
    font-size: clamp(38px, 11vw, 58px) !important;
    white-space: normal !important;
  }

  html body.home:not(.wp-admin) .ohm-intro-overlay--video .ohm-intro-endorsement {
    gap: 8px !important;
    width: min(310px, 86vw) !important;
    margin-top: 12px !important;
    font-size: clamp(12px, 3.4vw, 14px) !important;
  }

  html body.home:not(.wp-admin) .ohm-intro-overlay--video .ohm-intro-sub {
    margin-top: 14px !important;
    letter-spacing: 0.18em !important;
  }

  html body.home:not(.wp-admin) .ohm-intro-overlay--video .ohm-intro-skip {
    right: 18px !important;
    bottom: 18px !important;
    min-width: 132px !important;
    min-height: 46px !important;
    font-size: 14px !important;
  }
}

/* Portfolio/product heading and contact alignment v1.0.120 */
html body.home:not(.wp-admin) .ohm-link-section .ohm-landing-section-head p {
  color: #7f7a70 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.34em !important;
}

html body.home:not(.wp-admin) .ohm-products-preview-head p {
  color: #7f7a70 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.34em !important;
}

html body.home:not(.wp-admin) .ohm-products-preview-head h2 {
  font-size: clamp(34px, 3.4vw, 54px) !important;
  line-height: 1.08 !important;
}

html body:not(.wp-admin) .ohm-contact-channel {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}

html body:not(.wp-admin) .ohm-contact-channel span {
  display: block !important;
}

html body:not(.wp-admin) .ohm-contact-channel em {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  min-height: 24px !important;
  margin-top: auto !important;
  padding-top: 22px !important;
  white-space: nowrap !important;
}

html body:not(.wp-admin) .ohm-contact-channel .ohm-contact-arrow {
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  flex: 0 0 18px !important;
  overflow: visible !important;
  color: inherit !important;
  transition: transform .2s ease !important;
}

html body:not(.wp-admin) .ohm-contact-channel .ohm-contact-arrow path {
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.4 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  vector-effect: non-scaling-stroke !important;
}

html body:not(.wp-admin) .ohm-contact-channel:hover .ohm-contact-arrow,
html body:not(.wp-admin) .ohm-contact-channel:focus-visible .ohm-contact-arrow {
  transform: translateX(3px) !important;
}

@media (max-width: 760px) {
  html body:not(.wp-admin) .ohm-contact-channel em {
    white-space: normal !important;
  }
}

/* Customer guide dropdown and sticky in-page tabs v1.0.103 */
html:has(> body.ohm-route-customer-guide:not(.wp-admin)) {
  overflow: visible !important;
}

/* Customer guide header-only navigation v1.0.105 */

/* Customer guide phone CTA and send title polish v1.0.106 */

/* Customer guide lower contact CTA v1.0.107 */

/* Customer guide lower CTA alignment and Kakao image v1.0.108 */

/* Sitewide Kakao button icon image v1.0.109 */
html body:not(.wp-admin) .ohm-landing-action--kakao span,
html body:not(.wp-admin) .ohm-landing-button--kakao span {
  position: relative !important;
  display: inline-block !important;
  width: 21px !important;
  min-width: 21px !important;
  height: 21px !important;
  min-height: 21px !important;
  flex: 0 0 21px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent url("images/kakao-chat-icon.png") center / contain no-repeat !important;
  box-shadow: none !important;
  color: transparent !important;
  transform: none !important;
}

html body:not(.wp-admin) .ohm-landing-action--kakao span::after,
html body:not(.wp-admin) .ohm-landing-button--kakao span::after {
  content: none !important;
  display: none !important;
}

html body:not(.wp-admin) .ohm-landing-action--kakao,
html body:not(.wp-admin) .ohm-landing-button--kakao {
  gap: 8px !important;
}

html body:not(.wp-admin) .ohm-landing-float-kakao svg {
  background: transparent url("images/kakao-chat-icon.png") center / contain no-repeat !important;
}

html body:not(.wp-admin) .ohm-landing-float-kakao svg path {
  display: none !important;
}

/* Fabrication/process bottom Kakao CTA icon v1.0.110 */

/* Catalog viewer download chip v1.0.111 */

/* Catalog download chip right align v1.0.112 */

/* Customer guide hero top gap v1.0.115 */

/* 100-point launch pass: compact navigation, verified contact channels, and stable media. */
html body:not(.wp-admin) .ohm-mobile-menu-toggle {
  display: none;
}

html body:not(.wp-admin) .ohm-landing-nav .ohm-nav-dropdown.is-open .ohm-nav-dropdown-menu {
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(0) !important;
  pointer-events: auto !important;
}

html body:not(.wp-admin) .ohm-landing-visual picture,
html body:not(.wp-admin) .ohm-landing-visual .ohm-landing-visual-image {
  display: block;
  width: 100%;
  height: 100%;
}

html body:not(.wp-admin) .ohm-landing-visual .ohm-landing-visual-image {
  object-fit: cover;
}

/* Keep the three home visual images flush with their fixed-height cards. */
html body.home:not(.wp-admin) .ohm-landing-visual > picture,
html body.home:not(.wp-admin) .ohm-landing-visual > img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

html body.home:not(.wp-admin) .ohm-landing-visual > picture > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

html body:not(.wp-admin) .ohm-contact-channels {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

html body.home:not(.wp-admin) .ohm-landing-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  background: #11100d;
  color: #f7f4ec;
}

html body:not(.home):not(.wp-admin) .ohm-company-numbers {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

html body:not(.wp-admin) :is(a, button, input, select, textarea):focus-visible {
  outline: 3px solid #fee500 !important;
  outline-offset: 3px !important;
}

@media (max-width: 921px) {
  html body:not(.wp-admin) .ohm-landing-header {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 48px !important;
    grid-template-rows: 48px auto auto auto !important;
    gap: 0 10px !important;
    min-height: 64px !important;
    height: auto !important;
    padding: 8px 14px !important;
    overflow: visible !important;
    background: rgba(252, 251, 248, 0.98) !important;
    box-shadow: 0 1px 0 rgba(25, 23, 18, 0.12) !important;
  }

  html body.admin-bar:not(.wp-admin) .ohm-landing-header {
    top: 46px !important;
  }

  html body:not(.wp-admin) .ohm-landing-header .ohm-landing-brand {
    grid-column: 1;
    grid-row: 1;
    min-width: 0 !important;
    height: 48px !important;
    padding: 0 !important;
  }

  html body:not(.wp-admin) .ohm-landing-header .ohm-landing-brand img {
    width: auto !important;
    max-width: min(210px, 62vw) !important;
    height: 32px !important;
    object-fit: contain !important;
  }

  html body:not(.wp-admin) .ohm-landing-header .ohm-landing-brand > span {
    display: none !important;
  }

  html body:not(.wp-admin) .ohm-mobile-menu-toggle {
    position: relative;
    grid-column: 2;
    grid-row: 1;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 1px solid rgba(23, 21, 17, 0.18);
    border-radius: 8px;
    background: #fff;
    color: #171511;
    cursor: pointer;
  }

  html body:not(.wp-admin) .ohm-mobile-menu-toggle span,
  html body:not(.wp-admin) .ohm-mobile-menu-toggle::before,
  html body:not(.wp-admin) .ohm-mobile-menu-toggle::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
    transition: transform .18s ease, opacity .18s ease;
  }

  html body:not(.wp-admin) .ohm-mobile-menu-toggle::before { transform: translateY(-6px); }
  html body:not(.wp-admin) .ohm-mobile-menu-toggle::after { transform: translateY(6px); }
  html body:not(.wp-admin) .ohm-landing-header.is-mobile-menu-open .ohm-mobile-menu-toggle span { opacity: 0; }
  html body:not(.wp-admin) .ohm-landing-header.is-mobile-menu-open .ohm-mobile-menu-toggle::before { transform: rotate(45deg); }
  html body:not(.wp-admin) .ohm-landing-header.is-mobile-menu-open .ohm-mobile-menu-toggle::after { transform: rotate(-45deg); }

  html body:not(.wp-admin) .ohm-landing-header:not(.is-mobile-menu-open) > .ohm-landing-nav,
  html body:not(.wp-admin) .ohm-landing-header:not(.is-mobile-menu-open) > .ohm-landing-header-actions,
  html body:not(.wp-admin) .ohm-landing-header:not(.is-mobile-menu-open) > .ohm-landing-account-actions {
    display: none !important;
  }

  html body:not(.wp-admin) .ohm-landing-header.is-mobile-menu-open > .ohm-landing-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
    max-height: calc(100vh - 230px);
    margin: 8px 0 0 !important;
    padding: 8px 0 !important;
    overflow: auto !important;
    border-top: 1px solid rgba(23, 21, 17, 0.12);
  }

  html body:not(.wp-admin) .ohm-landing-header.is-mobile-menu-open > .ohm-landing-header-actions {
    grid-column: 1 / -1;
    grid-row: 3;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px !important;
    width: 100% !important;
    padding: 8px 0 !important;
  }

  html body.home:not(.wp-admin) .ohm-landing-header.is-mobile-menu-open > .ohm-landing-header-actions {
    grid-template-columns: 1fr;
  }

  html body:not(.wp-admin) .ohm-landing-header.is-mobile-menu-open > .ohm-landing-account-actions {
    grid-column: 1 / -1;
    grid-row: 4;
    display: flex !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    width: 100% !important;
    padding: 0 0 8px !important;
  }

  html body:not(.wp-admin) .ohm-landing-nav > a,
  html body:not(.wp-admin) .ohm-landing-nav .ohm-nav-dropdown,
  html body:not(.wp-admin) .ohm-landing-nav .ohm-nav-dropdown-toggle {
    width: 100% !important;
  }

  html body:not(.wp-admin) .ohm-landing-nav > a,
  html body:not(.wp-admin) .ohm-landing-nav .ohm-nav-dropdown-toggle {
    display: flex !important;
    align-items: center !important;
    min-height: 44px !important;
    padding: 0 12px !important;
    border-radius: 6px !important;
  }

  html body:not(.wp-admin) .ohm-landing-nav .ohm-nav-dropdown-menu {
    position: static !important;
    display: none !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 4px 0 8px 16px !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto !important;
    box-shadow: none !important;
  }

  html body:not(.wp-admin) .ohm-landing-nav .ohm-nav-dropdown.is-open .ohm-nav-dropdown-menu {
    display: grid !important;
  }

  html body.home:not(.wp-admin) .ohm-landing-main {
    padding-top: 64px !important;
  }

  html body.home:not(.wp-admin) .ohm-landing-hero h1 {
    font-size: clamp(34px, 10vw, 50px) !important;
    line-height: 1.2 !important;
  }

  html body:not(.wp-admin) .ohm-contact-channels {
    grid-template-columns: 1fr !important;
  }

  html body.home:not(.wp-admin) {
    padding-bottom: 58px !important;
  }

  html body.home:not(.wp-admin) .ohm-landing-float {
    position: fixed !important;
    z-index: 9998 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0 !important;
    width: 100% !important;
    padding: 0 !important;
    border-top: 1px solid rgba(23, 21, 17, 0.16);
    background: #fff;
  }

  
  html body.home:not(.wp-admin) .ohm-landing-float-kakao {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    width: 100% !important;
    min-height: 58px !important;
    height: 58px !important;
    margin: 0 !important;
    padding: 0 14px !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 14px !important;
    font-weight: 900 !important;
  }

  html body.home:not(.wp-admin) .ohm-landing-float-kakao {
    background: #fee500 !important;
    color: #171511 !important;
  }

  html body.home:not(.wp-admin) .ohm-landing-float-kakao::after {
    content: "카카오톡 문의";
  }

  html body:not(.home):not(.wp-admin) .ohm-company-numbers {
    grid-template-columns: 1fr !important;
  }
}

html body:not(.wp-admin) #ohm-intro:focus {
  outline: none !important;
}

/* Company page restored photo, map, and verified operating figures. */
@media (min-width: 561px) {
  html body.home:not(.wp-admin) .ohm-landing-team-phrase {
    white-space: nowrap;
  }
}

html body:not(.home):not(.wp-admin) .ohm-company-numbers {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

@media (max-width: 921px) {
  html body:not(.home):not(.wp-admin) .ohm-company-numbers {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 560px) {
  html body:not(.home):not(.wp-admin) .ohm-company-numbers {
    grid-template-columns: 1fr !important;
  }
}

/* Menu alignment, numbered portfolio pages, and unified phone/Kakao controls. */
html body:not(.wp-admin) .ohm-phone-icon--line {
  display: inline-block !important;
  width: 19px !important;
  height: 19px !important;
  flex: 0 0 19px !important;
  overflow: visible !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  filter: none !important;
  transform: none !important;
}

@media (min-width: 922px) {
  html body:not(.wp-admin) .ohm-landing-nav .ohm-nav-dropdown-menu {
    left: 50% !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr);
    width: max-content;
    min-width: 190px;
    max-width: min(260px, calc(100vw - 32px));
    padding: 9px !important;
    visibility: hidden;
    opacity: 0;
    transform: translate(-50%, 8px) !important;
    transition: none !important;
  }

  html body:not(.wp-admin) .ohm-landing-nav .ohm-nav-dropdown--guide .ohm-nav-dropdown-menu {
    min-width: 220px;
  }

  html body:not(.wp-admin) .ohm-landing-nav .ohm-nav-dropdown--service .ohm-nav-dropdown-menu {
    min-width: 196px;
  }

  html body:not(.wp-admin) .ohm-landing-nav .ohm-nav-dropdown:hover .ohm-nav-dropdown-menu,
  html body:not(.wp-admin) .ohm-landing-nav .ohm-nav-dropdown:focus-within .ohm-nav-dropdown-menu {
    visibility: visible !important;
    opacity: 1 !important;
    transform: translate(-50%, 0) !important;
    pointer-events: auto !important;
  }

  html body:not(.wp-admin) .ohm-landing-nav .ohm-nav-dropdown.is-open .ohm-nav-dropdown-menu {
    visibility: visible !important;
    opacity: 1 !important;
    transform: translate(-50%, 0) !important;
    pointer-events: auto !important;
  }

  html body:not(.wp-admin) .ohm-landing-nav .ohm-nav-dropdown-menu a {
    box-sizing: border-box;
    width: 100% !important;
    min-height: 42px !important;
    padding: 0 18px !important;
    justify-content: flex-start !important;
    border-radius: 5px;
    font-family: "Noto Sans KR", Pretendard, "Malgun Gothic", Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
    text-align: left !important;
    white-space: nowrap;
  }
}

/* Photo manager release: red phone cue in the header; floating contact stays Kakao-only. */
html body:not(.wp-admin) .ohm-landing-action--dark {
  gap: 8px !important;
}

html body.home:not(.wp-admin) .ohm-landing-float {
  right: 24px !important;
  bottom: 24px !important;
  left: auto !important;
  display: flex !important;
  width: auto !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

html body.home:not(.wp-admin) .ohm-landing-float-kakao {
  width: 56px !important;
  min-width: 56px !important;
  height: 56px !important;
  min-height: 56px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  font-size: 0 !important;
}

html body.home:not(.wp-admin) .ohm-landing-float-kakao::after {
  content: none !important;
  display: none !important;
}

@media (max-width: 921px) {
  html body.home:not(.wp-admin) {
    padding-bottom: 0 !important;
  }

  html body.home:not(.wp-admin) .ohm-landing-float {
    right: 18px !important;
    bottom: 18px !important;
  }

  html body.home:not(.wp-admin) .ohm-landing-float-kakao {
    width: 48px !important;
    min-width: 48px !important;
    height: 48px !important;
    min-height: 48px !important;
  }
}

html body:not(.home):not(.wp-admin) #ast-scroll-top,
html body:not(.home):not(.wp-admin) .ast-scroll-top-icon,
html body:not(.home):not(.wp-admin) .ast-scroll-to-top-right {
  right: 27px !important;
  bottom: 210px !important;
}

html body.home:not(.wp-admin) .ohm-landing-float {
  gap: 10px !important;
  align-items: flex-end !important;
}


html body.home:not(.wp-admin) .ohm-landing-float-kakao {
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  width: 124px !important;
  min-width: 124px !important;
  height: 48px !important;
  min-height: 48px !important;
  padding: 0 14px !important;
  border: 1px solid rgba(23, 21, 17, 0.32) !important;
  border-radius: 999px !important;
  font-family: "Noto Sans KR", Pretendard, "Malgun Gothic", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: -0.02em !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2) !important;
}

html body.home:not(.wp-admin) .ohm-landing-float-kakao {
  background: #fee500 !important;
  color: #171511 !important;
}

html body.home:not(.wp-admin) .ohm-landing-float-kakao svg {
  width: 20px !important;
  height: 20px !important;
  flex: 0 0 20px !important;
}

html body.home:not(.wp-admin) .ohm-landing-float-kakao > span {
  display: inline !important;
}

html body.home:not(.wp-admin) .ohm-landing-float-kakao::after {
  content: none !important;
  display: none !important;
}

@media (max-width: 921px) {
  html body:not(.wp-admin) .ohm-landing-nav .ohm-nav-dropdown.is-open .ohm-nav-dropdown-menu {
    transform: none !important;
  }

  html body:not(.home):not(.wp-admin) {
    padding-bottom: 58px !important;
  }

  
  html body.home:not(.wp-admin) .ohm-landing-float-kakao {
    width: 100% !important;
    min-width: 0 !important;
    height: 58px !important;
    min-height: 58px !important;
    padding: 0 12px !important;
    border: 0 !important;
    border-radius: 0 !important;
    font-size: 15px !important;
    box-shadow: none !important;
  }

  html body:not(.home):not(.wp-admin) #ast-scroll-top,
  html body:not(.home):not(.wp-admin) .ast-scroll-top-icon,
  html body:not(.home):not(.wp-admin) .ast-scroll-to-top-right {
    right: 18px !important;
    bottom: 76px !important;
  }
}

/* Keep the original yellow TALK bubble; only the adjacent quick action becomes phone. */

@media (min-width: 922px) {
  html body.home:not(.wp-admin) .ohm-landing-float-kakao {
    align-self: flex-end !important;
    gap: 0 !important;
    width: 56px !important;
    min-width: 56px !important;
    height: 56px !important;
    min-height: 56px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
  }
}

@media (max-width: 921px) {
  html body:not(.home):not(.wp-admin) {
    padding-bottom: 0 !important;
  }

  html body:not(.home):not(.wp-admin) #ast-scroll-top,
  html body:not(.home):not(.wp-admin) .ast-scroll-top-icon,
  html body:not(.home):not(.wp-admin) .ast-scroll-to-top-right {
    right: 19px !important;
    bottom: 190px !important;
  }

  html body.home:not(.wp-admin) .ohm-landing-float-kakao::after {
    content: "카카오톡 문의" !important;
    display: inline !important;
  }
}

@media (min-width: 922px) {
  html body:not(.wp-admin) .ohm-landing-header .ohm-landing-nav .ohm-nav-dropdown.is-open > .ohm-nav-dropdown-menu {
    display: grid !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: translate(-50%, 0) !important;
    pointer-events: auto !important;
  }
}

/* Final floating-contact contract: yellow TALK only on every public page. */

html body.home:not(.wp-admin) .ohm-landing-float {
  right: 24px !important;
  bottom: 24px !important;
  left: auto !important;
  display: flex !important;
  width: auto !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

html body.home:not(.wp-admin) .ohm-landing-float-kakao {
  width: 56px !important;
  min-width: 56px !important;
  height: 56px !important;
  min-height: 56px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  font-size: 0 !important;
}

html body.home:not(.wp-admin) .ohm-landing-float-kakao::after {
  content: none !important;
  display: none !important;
}

@media (max-width: 921px) {
  html body.home:not(.wp-admin) {
    padding-bottom: 0 !important;
  }

  html body.home:not(.wp-admin) .ohm-landing-float {
    right: 18px !important;
    bottom: 18px !important;
  }

  html body.home:not(.wp-admin) .ohm-landing-float-kakao {
    width: 48px !important;
    min-width: 48px !important;
    height: 48px !important;
    min-height: 48px !important;
  }
}

/* Final placement: keep the chevron 10px above the TALK bubble. */
@media (min-width: 922px) {
  html body.home:not(.wp-admin) #ast-scroll-top,
  html body.home:not(.wp-admin) .ast-scroll-top-icon,
  html body.home:not(.wp-admin) .ast-scroll-to-top-right {
    bottom: 90px !important;
  }

  html body:not(.home):not(.wp-admin) #ast-scroll-top,
  html body:not(.home):not(.wp-admin) .ast-scroll-top-icon,
  html body:not(.home):not(.wp-admin) .ast-scroll-to-top-right {
    bottom: 140px !important;
  }
}

@media (max-width: 921px) {
  html body.home:not(.wp-admin) #ast-scroll-top,
  html body.home:not(.wp-admin) .ast-scroll-top-icon,
  html body.home:not(.wp-admin) .ast-scroll-to-top-right {
    bottom: 76px !important;
  }

  html body:not(.home):not(.wp-admin) #ast-scroll-top,
  html body:not(.home):not(.wp-admin) .ast-scroll-top-icon,
  html body:not(.home):not(.wp-admin) .ast-scroll-to-top-right {
    bottom: 132px !important;
  }
}

/* Company equipment: actual inventory with a high-contrast, readable layout. */

/* Company equipment v2: architectural specification table matching the site. */

html body:not(.wp-admin) .ohm-landing-action--dark .ohm-phone-icon--line {
  color: #e6002d !important;
  stroke: #e6002d !important;
}

/* Partner stories page and completed-spaces submenu. */
html body:not(.wp-admin) .ohm-landing-nav .ohm-nav-dropdown--cases .ohm-nav-dropdown-menu {
  min-width: 184px;
}

html body.home:not(.wp-admin) .ohm-quotes-section .ohm-summary-action {
  margin-top: clamp(26px, 3vw, 38px);
}

html body:not(.wp-admin) .ohm-stories-page {
  --stories-paper: #fcfbf9;
  --stories-ink: #171511;
  --stories-graphite: #57534c;
  --stories-line: #ded9cf;
  --stories-accent: #9a651e;
  --stories-yellow: #fee500;
  width: 100%;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  overflow: hidden;
  background: var(--stories-paper);
  color: var(--stories-ink);
  font-family: "Noto Sans KR", Pretendard, "Malgun Gothic", Arial, sans-serif;
}

html body:not(.wp-admin) .ohm-stories-page *,
html body:not(.wp-admin) .ohm-stories-page *::before,
html body:not(.wp-admin) .ohm-stories-page *::after {
  box-sizing: border-box;
}

html body:not(.wp-admin) .ohm-stories-page section {
  margin: 0;
  padding: clamp(70px, 7vw, 104px) 0;
}

@media (max-width: 680px) {

  html body:not(.wp-admin) .ohm-stories-page section {
    padding: 62px 0;
  }
}

/* Ohui Marble primary brand lockup and shared company footer. */
html body:not(.wp-admin) .ohm-landing-header .ohm-landing-brand {
  display: inline-flex !important;
  min-width: 0 !important;
  align-items: center !important;
  gap: 10px !important;
  color: #171511 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

html body:not(.wp-admin) .ohm-landing-header .ohm-brand-lockup {
  display: inline-flex !important;
  min-width: 0 !important;
  align-items: center !important;
  gap: 7px !important;
  color: #171511 !important;
  font-family: "Noto Sans KR", Pretendard, "Malgun Gothic", Arial, sans-serif !important;
  line-height: 1 !important;
  letter-spacing: -0.03em !important;
}

html body:not(.wp-admin) .ohm-landing-header .ohm-brand-copy {
  display: inline-flex !important;
  min-width: 0 !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 10px !important;
  color: #171511 !important;
  font-family: "Noto Sans KR", Pretendard, "Malgun Gothic", Arial, sans-serif !important;
  line-height: 1 !important;
  letter-spacing: -0.03em !important;
}

html body:not(.wp-admin) .ohm-landing-header .ohm-brand-mark {
  display: block !important;
  flex: 0 0 34px !important;
  width: 34px !important;
  min-width: 34px !important;
  max-width: 34px !important;
  height: 34px !important;
  max-height: 34px !important;
  object-fit: contain !important;
  filter: none !important;
}

html body:not(.wp-admin) .ohm-landing-header .ohm-brand-name {
  display: block !important;
  color: #171511 !important;
  font-family: "Noto Sans KR", Pretendard, "Malgun Gothic", Arial, sans-serif !important;
  font-size: clamp(21px, 1.3vw, 25px) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: -0.055em !important;
}

html body:not(.wp-admin) .ohm-landing-header .ohm-brand-byline {
  display: block !important;
  margin: 0 !important;
  color: #403c35 !important;
  font-family: "Noto Sans KR", Pretendard, "Malgun Gothic", Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: -0.035em !important;
}

html body:not(.wp-admin) .ohm-brand-footer {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border-top: 1px solid #dedad2 !important;
  background: #fbfaf7 !important;
  color: #171511 !important;
  font-family: "Noto Sans KR", Pretendard, "Malgun Gothic", Arial, sans-serif !important;
}

html body:not(.wp-admin) .ohm-brand-footer-inner {
  display: grid !important;
  grid-template-columns: minmax(250px, 0.95fr) minmax(330px, 1.35fr) minmax(160px, 0.62fr) minmax(110px, 0.42fr) !important;
  gap: 30px !important;
  width: min(1240px, calc(100% - 56px)) !important;
  margin: 0 auto !important;
  padding: 44px 0 40px !important;
  align-items: center !important;
}

html body:not(.wp-admin) .ohm-brand-footer-logos {
  display: flex !important;
  min-width: 0 !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 10px !important;
}

html body:not(.wp-admin) .ohm-brand-footer-combined {
  display: block !important;
  width: min(100%, 260px) !important;
  max-width: 260px !important;
  height: auto !important;
  max-height: 74px !important;
  object-fit: contain !important;
  object-position: left center !important;
  filter: none !important;
}

html body:not(.wp-admin) .ohm-brand-footer-logos small {
  color: #57534c !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}

html body:not(.wp-admin) .ohm-brand-footer-company,
html body:not(.wp-admin) .ohm-brand-footer-contact,
html body:not(.wp-admin) .ohm-brand-footer-representative {
  display: flex !important;
  min-width: 0 !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 7px !important;
  color: #282621 !important;
  font-size: 12px !important;
  line-height: 1.55 !important;
  justify-self: start !important;
  width: 100% !important;
  text-align: left !important;
}

html body:not(.wp-admin) .ohm-brand-footer-company strong,
html body:not(.wp-admin) .ohm-brand-footer-contact strong,
html body:not(.wp-admin) .ohm-brand-footer-representative strong {
  margin-bottom: 3px !important;
  color: #171511 !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1.4 !important;
}

html body:not(.wp-admin) .ohm-brand-footer-company strong i {
  margin: 0 5px !important;
  color: #9c968b !important;
  font-style: normal !important;
  font-weight: 500 !important;
}

html body:not(.wp-admin) .ohm-brand-footer-company span,
html body:not(.wp-admin) .ohm-brand-footer-contact a,
html body:not(.wp-admin) .ohm-brand-footer-representative span {
  color: #3f3b34 !important;
  font-family: inherit !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.55 !important;
  text-decoration: none !important;
  word-break: keep-all !important;
}

html body:not(.wp-admin) .ohm-brand-footer-contact a:hover,
html body:not(.wp-admin) .ohm-brand-footer-contact a:focus-visible {
  color: #9a651e !important;
}

@media (min-width: 922px) and (max-width: 1280px) {
  html body:not(.wp-admin) .ohm-landing-header .ohm-brand-mark {
    flex-basis: 30px !important;
    width: 30px !important;
    min-width: 30px !important;
    max-width: 30px !important;
    height: 30px !important;
  }

  html body:not(.wp-admin) .ohm-landing-header .ohm-brand-name {
    font-size: 20px !important;
  }

  html body:not(.wp-admin) .ohm-landing-header .ohm-brand-byline {
    font-size: 12px !important;
  }

  html body:not(.wp-admin) .ohm-brand-footer-inner {
    grid-template-columns: minmax(220px, 0.95fr) minmax(280px, 1.3fr) minmax(130px, 0.62fr) 90px !important;
    gap: 24px !important;
  }
}

@media (max-width: 921px) {
  html body:not(.wp-admin) .ohm-landing-header .ohm-landing-brand > .ohm-brand-lockup {
    display: inline-flex !important;
    height: 42px !important;
  }

  html body:not(.wp-admin) .ohm-landing-header .ohm-brand-mark {
    flex-basis: 30px !important;
    width: 30px !important;
    min-width: 30px !important;
    max-width: 30px !important;
    height: 30px !important;
    max-height: 30px !important;
  }

  html body:not(.wp-admin) .ohm-landing-header .ohm-brand-name {
    display: block !important;
    font-size: 18px !important;
  }

  html body:not(.wp-admin) .ohm-landing-header .ohm-brand-byline {
    display: block !important;
    color: #403c35 !important;
    font-size: 10.5px !important;
    font-weight: 800 !important;
  }

  html body:not(.wp-admin) .ohm-brand-footer-inner {
    grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr) !important;
    gap: 28px 34px !important;
    width: min(100% - 36px, 760px) !important;
  }

  html body:not(.wp-admin) .ohm-brand-footer-combined {
    width: min(100%, 250px) !important;
  }
}

@media (max-width: 600px) {
  html body:not(.wp-admin) .ohm-brand-footer-inner {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    width: min(100% - 30px, 520px) !important;
    padding: 36px 0 !important;
  }

  html body:not(.wp-admin) .ohm-brand-footer-combined {
    width: min(100%, 240px) !important;
  }

  html body:not(.wp-admin) .ohm-brand-footer-company,
  html body:not(.wp-admin) .ohm-brand-footer-contact,
  html body:not(.wp-admin) .ohm-brand-footer-representative {
    padding-top: 18px !important;
    border-top: 1px solid #dedad2 !important;
  }
}

/* v1.0.163-ire: clarify optional fabrication-only enquiries before contact actions */
html body:not(.wp-admin) .ohm-contact-scope-note {
  width: min(760px, 100%);
  margin: 24px auto 0 !important;
  color: #FEE500 !important;
  font-family: Pretendard, "Noto Sans KR", sans-serif !important;
  font-size: 15px !important;
  font-weight: 750 !important;
  line-height: 1.7 !important;
  text-align: center !important;
  word-break: keep-all !important;
}

html body:not(.wp-admin) .ohm-contact-section .ohm-contact-channels {
  margin-top: 30px !important;
}

@media screen and (max-width: 640px) {
  html body:not(.wp-admin) .ohm-contact-scope-note {
    width: min(100% - 16px, 420px) !important;
    margin-top: 20px !important;
    font-size: 13.5px !important;
  }
}

/* v1.0.164-ire: align footer headings and lock contact icons */
html body:not(.wp-admin) .ohm-brand-footer-inner {
  align-items: start !important;
}

html body:not(.wp-admin) .ohm-brand-footer-representative {
  align-self: start !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  transform: none !important;
}

html body:not(.wp-admin) .ohm-brand-footer-contact > strong,
html body:not(.wp-admin) .ohm-brand-footer-representative > strong {
  margin-top: 0 !important;
  padding-top: 0 !important;
  line-height: 1.4 !important;
}

html body:not(.wp-admin) .ohm-phone-icon--solid-red,
html body:not(.wp-admin) .ohm-phone-icon--solid-red .ohm-phone-icon__body {
  color: #FF0530 !important;
  fill: #FF0530 !important;
  stroke: none !important;
}

html body:not(.wp-admin) .ohm-phone-icon--solid-red {
  display: inline-block !important;
  width: 18px !important;
  height: 18px !important;
  flex: 0 0 18px !important;
  overflow: visible !important;
  vertical-align: -3px !important;
}

html body:not(.wp-admin) .ohm-contact-channel-title::before,
html body:not(.wp-admin) .ohm-contact-channel strong::before,
html body:not(.wp-admin) .ohm-contact-channel--phone strong::before {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: transparent !important;
}

html body:not(.wp-admin) .ohm-contact-channel-title-badge--kakao {
  display: inline-grid !important;
  width: 20px !important;
  height: 20px !important;
  flex: 0 0 20px !important;
  place-items: center !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #FFFFFF !important;
}

html body:not(.wp-admin) .ohm-contact-channel-title-badge--kakao .ohm-kakao-bubble-icon,
html body:not(.wp-admin) .ohm-contact-channel-title-badge--kakao .ohm-kakao-bubble-icon path {
  width: 18px !important;
  height: 18px !important;
  color: #FFFFFF !important;
  fill: #FFFFFF !important;
  stroke: none !important;
}

html body:not(.wp-admin) .ohm-contact-channel--phone .ohm-phone-icon--solid-red {
  width: 20px !important;
  height: 20px !important;
  flex-basis: 20px !important;
  margin: 0 !important;
  vertical-align: 0 !important;
}

/* v1.0.166-ire: align contact icons and strengthen card actions */
html body:not(.wp-admin) .ohm-contact-channel-title {
  display: flex !important;
  min-height: 24px !important;
  align-items: center !important;
  gap: 10px !important;
  line-height: 24px !important;
}

html body:not(.wp-admin) .ohm-contact-channel-title-badge,
html body:not(.wp-admin) .ohm-contact-channel-title-badge--kakao,
html body:not(.wp-admin) .ohm-contact-channel-title-badge--phone {
  display: inline-grid !important;
  width: 20px !important;
  height: 20px !important;
  flex: 0 0 20px !important;
  place-items: center !important;
  align-self: center !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}

html body:not(.wp-admin) .ohm-contact-channel-title-badge--phone {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

html body:not(.wp-admin) .ohm-contact-channel-title-badge--kakao .ohm-kakao-bubble-icon,
html body:not(.wp-admin) .ohm-contact-channel-title-badge--phone .ohm-phone-icon--solid-red {
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  transform: none !important;
  vertical-align: 0 !important;
}

html body:not(.wp-admin) .ohm-contact-channel > em {
  display: inline-flex !important;
  width: max-content !important;
  min-height: 42px !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  margin-top: auto !important;
  padding: 10px 16px !important;
  border: 1px solid rgba(254, 229, 0, 0.78) !important;
  border-radius: 999px !important;
  background: rgba(254, 229, 0, 0.08) !important;
  color: #FEE500 !important;
  font-size: 13.5px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 0.04em !important;
  box-sizing: border-box !important;
  transition: background-color .2s ease, color .2s ease, transform .2s ease !important;
}

html body:not(.wp-admin) .ohm-contact-channel:hover > em,
html body:not(.wp-admin) .ohm-contact-channel:focus-visible > em {
  background: #FEE500 !important;
  color: #17150F !important;
  transform: translateY(-1px) !important;
}

html body:not(.wp-admin) .ohm-contact-channel > em .ohm-contact-arrow {
  width: 19px !important;
  height: 19px !important;
  flex: 0 0 19px !important;
}

html body:not(.wp-admin) .ohm-contact-channel .ohm-contact-channel-title > span.ohm-contact-channel-title-badge {
  display: inline-grid !important;
  margin: 0 !important;
}

/* v1.0.175-ire: click-to-close navigation and continuous mobile stat dividers */
@media (min-width: 922px) {
  html body:not(.wp-admin) .ohm-landing-nav .ohm-nav-dropdown:not(.is-open) .ohm-nav-dropdown-menu {
    visibility: hidden !important;
    opacity: 0 !important;
    transform: translate(-50%, 8px) !important;
    pointer-events: none !important;
  }
}

@media screen and (max-width: 560px) {
  html body.home:not(.wp-admin) .ohm-service-summary-section .ohm-number-grid div:nth-child(3) {
    border-bottom: 1px solid #17150f !important;
    box-shadow: inset 0 -1px 0 #17150f !important;
  }
}
/* Fix: keep the WordPress admin bar pinned on phones (<= 600px).
   WP core switches #wpadminbar to position:absolute below 600px, so the bar
   scrolls away while the fixed site header keeps its top:46px offset — leaving
   an empty gap above the logo when a logged-in user scrolls down. Pinning the
   bar fills that reserved space. Only affects logged-in admins (visitors have
   no admin bar, so the public site is unchanged). */
@media screen and (max-width: 600px) {
  #wpadminbar { position: fixed !important; }
}

/* v1.0.222-ire: home quote structure sample */
html body.home:not(.wp-admin) .ohm-quote-sample{margin-top:22px;border:1px solid #d8d1c4;background:#fffdfa}html body.home:not(.wp-admin) .ohm-quote-sample__head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:28px 30px 24px;border-bottom:1px solid #d8d1c4}html body.home:not(.wp-admin) .ohm-quote-sample__head p{margin:0 0 8px;color:#9b7341;font-family:"IBM Plex Mono","SFMono-Regular",Consolas,monospace;font-size:10px;font-weight:700;letter-spacing:.22em}html body.home:not(.wp-admin) .ohm-quote-sample__head h3{margin:0;color:#17150f;font-family:"Noto Serif KR","Nanum Myeongjo",Georgia,serif;font-size:clamp(23px,2vw,30px);font-weight:800;letter-spacing:-.04em}html body.home:not(.wp-admin) .ohm-quote-sample__head span{display:block;margin-top:10px;color:#625c53;font-size:14px;line-height:1.65;word-break:keep-all}html body.home:not(.wp-admin) .ohm-quote-sample__head>strong{flex:0 0 auto;color:#a49b8f;font-family:"IBM Plex Mono","SFMono-Regular",Consolas,monospace;font-size:10px;font-weight:600;letter-spacing:.18em}html body.home:not(.wp-admin) .ohm-quote-sample__items{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:0}html body.home:not(.wp-admin) .ohm-quote-sample__items>div{min-height:116px;padding:23px 22px;border-right:1px solid #d8d1c4}html body.home:not(.wp-admin) .ohm-quote-sample__items>div:last-child{border-right:0}html body.home:not(.wp-admin) .ohm-quote-sample__items dt{color:#9b7341;font-family:"IBM Plex Mono","SFMono-Regular",Consolas,monospace;font-size:11px;font-weight:600;letter-spacing:.04em}html body.home:not(.wp-admin) .ohm-quote-sample__items dt em{display:inline-block;margin-left:4px;color:#8a8379;font-family:"Noto Sans KR",Pretendard,"Malgun Gothic",Arial,sans-serif;font-size:10px;font-style:normal;letter-spacing:0}html body.home:not(.wp-admin) .ohm-quote-sample__items dd{margin:13px 0 0;color:#25211c;font-size:14px;font-weight:700;line-height:1.55;word-break:keep-all}html body.home:not(.wp-admin) .ohm-quote-sample__note{margin:0;padding:15px 30px 16px;border-top:1px solid #d8d1c4;color:#746d63;font-size:12px;line-height:1.65;word-break:keep-all}@media screen and (max-width:920px){html body.home:not(.wp-admin) .ohm-quote-sample__items{grid-template-columns:repeat(2,minmax(0,1fr))}html body.home:not(.wp-admin) .ohm-quote-sample__items>div:nth-child(2){border-right:0}html body.home:not(.wp-admin) .ohm-quote-sample__items>div:nth-child(-n+2){border-bottom:1px solid #d8d1c4}}@media screen and (max-width:560px){html body.home:not(.wp-admin) .ohm-quote-sample__head{padding:23px 20px 20px}html body.home:not(.wp-admin) .ohm-quote-sample__head>strong{display:none}html body.home:not(.wp-admin) .ohm-quote-sample__items{grid-template-columns:1fr}html body.home:not(.wp-admin) .ohm-quote-sample__items>div,html body.home:not(.wp-admin) .ohm-quote-sample__items>div:nth-child(2){min-height:0;padding:18px 20px;border-right:0;border-bottom:1px solid #d8d1c4}html body.home:not(.wp-admin) .ohm-quote-sample__items>div:last-child{border-bottom:0}html body.home:not(.wp-admin) .ohm-quote-sample__note{padding:14px 20px 15px}}
/* v1.0.238-ire: full-width shared company footer background. */
html body:not(.wp-admin) .ohm-brand-footer{position:relative!important;left:50%!important;width:100vw!important;max-width:100vw!important;margin-left:-50vw!important;margin-right:-50vw!important;box-sizing:border-box!important;overflow-x:hidden!important}
