/*
Theme Name: 백금Ring
Theme URI: https://github.com/dentner-eng/client-orcelle-jewelry-store
Author: Dentner Engineering
Description: 백금Ring 주얼리 공식몰을 위한 Storefront 자식 테마입니다.
Version: 0.9.0
Template: storefront
Requires at least: 6.9
Requires PHP: 8.3
Text Domain: orcelle
*/

@font-face {
  font-family: "Pretendard Variable";
  src: url("assets/fonts/PretendardVariable.woff2") format("woff2-variations");
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
}

:root {
  --orcelle-white: #fff;
  --orcelle-cream: #f6f6f5;
  --orcelle-warm: #ededeb;
  --orcelle-font:
    "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont,
    system-ui, sans-serif;
  --orcelle-width: 1400px;
  --orcelle-navy: #142239;
  --orcelle-silver: #e2e5ec;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body,
button,
input,
select,
textarea {
  font-family: var(--orcelle-font);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--orcelle-font) !important;
}

body {
  margin: 0;
  color: var(--orcelle-black);
  font-size: 15px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

img {
  border-radius: 0;
}

.col-full,
.orcelle-frame {
  margin-inline: auto;
  padding: 0;
}

.orcelle-skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  padding: 10px 16px;
  color: #fff;
  background: #000;
  transform: translateY(-160%);
}

.orcelle-skip-link:focus {
  transform: translateY(0);
}
.orcelle-notice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  letter-spacing: 0.04em;
}

.orcelle-notice p {
  margin: 0;
}

.orcelle-notice div {
  display: flex;
  gap: 22px;
}

.orcelle-notice a {
  color: inherit;
  text-decoration: none;
}

.site-header.orcelle-header {
  position: relative;
  top: auto;
  z-index: 100;
  margin: 0 !important;
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--orcelle-line);
  box-shadow: none;
  backdrop-filter: blur(10px);
}

.admin-bar .site-header.orcelle-header {
  top: auto;
}

.orcelle-header__main {
  position: relative;
  /* Keep the search popover above the separate navigation row. */
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
}

.site-header .orcelle-brand {
  width: auto;
  margin: 0;
  text-align: center;
}

.orcelle-brand a {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  text-decoration: none;
}

.orcelle-brand__logo {
  display: block;
  height: auto;
}

.orcelle-brand a:focus-visible,
.orcelle-footer__brand > a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 5px;
}

.orcelle-header__actions {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  gap: 22px;
}

.orcelle-header-action {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 3px;
  min-width: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  font-style: normal;
  text-decoration: none;
}

.orcelle-header-action:hover {
  background: transparent;
}

.orcelle-cart-count {
  position: absolute;
  top: -5px;
  right: -2px;
  display: grid;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  font-size: 9px;
  place-items: center;
}

.orcelle-search {
  position: relative;
}

.orcelle-search summary {
  cursor: pointer;
  list-style: none;
}

.orcelle-search summary::-webkit-details-marker {
  display: none;
}

.orcelle-search__panel {
  position: absolute;
  z-index: 1;
  top: calc(100% + 18px);
  right: -88px;
  width: min(460px, calc(100vw - 32px));
  padding: 20px 24px 24px;
  border: 1px solid #dfe4eb;
  border-top: 2px solid #aebbcf;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(11, 21, 38, 0.14);
}

.orcelle-search__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: -6px -10px 12px 0;
}

.orcelle-search__heading strong {
  color: #142239;
  font-size: 16px;
  font-weight: 600;
}

.orcelle-search__panel .orcelle-search__close {
  display: grid;
  place-items: center;
  flex: 0 0 44px;
  width: 44px;
  min-height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #68778b;
  cursor: pointer;
}

.orcelle-search__panel .orcelle-search__close:hover {
  color: #142239;
  background: #f3f5f8;
}

.orcelle-search__panel form {
  margin: 0;
}

.orcelle-search__field {
  display: flex;
  align-items: stretch;
  min-height: 54px;
  border: 1px solid #dce2eb;
  border-radius: 2px;
  background: #f7f8fa;
}

.orcelle-search__field:focus-within {
  border-color: #142239;
  outline: 2px solid #dce3ee;
  outline-offset: 2px;
}

.orcelle-search__panel input.orcelle-search__input {
  flex: 1 1 0;
  min-width: 0;
  width: 100%;
  padding: 13px 14px;
  margin: 0;
  border: 0;
  border-radius: 0;
  color: #142239;
  background: transparent;
  box-shadow: none;
  font-size: 16px;
  line-height: 1.5;
}

.orcelle-search__panel input.orcelle-search__input:focus {
  outline: none;
  border: 0;
  box-shadow: none;
}

.orcelle-search__panel .orcelle-search__input::placeholder {
  color: #7c8796;
  opacity: 1;
}

.orcelle-search__panel .orcelle-search__submit {
  flex: 0 0 72px;
  min-height: 52px;
  margin: 0;
  padding: 0 16px;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: #142239;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.orcelle-search__panel .orcelle-search__submit:hover {
  background: #283d5b;
}

.orcelle-search__panel button:focus-visible {
  outline: 2px solid #7186a3;
  outline-offset: 2px;
}

.orcelle-navigation {
  position: relative;
  z-index: 1;
  border-top: 1px solid #efede9;
  text-align: center;
}

.orcelle-navigation .primary-navigation > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.orcelle-navigation ul.menu ul.sub-menu {
  min-width: 170px;
  padding: 10px 0;
  border: 1px solid var(--orcelle-line);
  box-shadow: 0 16px 40px rgba(29, 25, 20, 0.09);
  text-align: left;
}

.orcelle-navigation ul.menu ul.sub-menu li a {
  padding: 9px 20px;
  font-size: 13px;
}

.orcelle-menu-toggle {
  display: none;
}
.home .site-content > .col-full {
  width: 100%;
  max-width: none;
}

.woocommerce .button,
.woocommerce button.button,
.woocommerce input.button,
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  min-height: 48px;
  padding: 13px 24px;
  border: 1px solid var(--orcelle-black);
  border-radius: 0;
  color: #fff;
  background: var(--orcelle-black);
  box-shadow: none;
  font-size: 13px;
  font-weight: 600;
}

.woocommerce .button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.button:hover,
button:hover,
input[type="submit"]:hover {
  border-color: var(--orcelle-gold);
  color: #fff;
  background: var(--orcelle-gold);
}

/* 공통 내부 화면 */
.site-content {
  padding-top: 0;
  outline: 0;
}

.page-title,
.entry-title {
  margin-bottom: 50px;
  font-family: var(--orcelle-font);
  font-size: clamp(34px, 3.6vw, 48px);
  letter-spacing: -0.04em;
}

.woocommerce-products-header__title {
  font-family: var(--orcelle-font);
  letter-spacing: -0.04em;
}

.content-area,
.widget-area {
  width: 100%;
  margin: 0;
  float: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="search"],
input[type="number"],
textarea,
select {
  padding: 13px 14px;
  border: 1px solid #d5d0c9;
  border-radius: 0;
  color: var(--orcelle-black);
  background: #fff;
  box-shadow: none;
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--orcelle-black);
  outline: 1px solid var(--orcelle-black);
}
.woocommerce-products-header {
  padding: 0 0 18px;
  text-align: center;
}

.woocommerce-products-header__title {
  margin-bottom: 28px;
}

.woocommerce-result-count,
.woocommerce-ordering {
  font-size: 12px;
}

.woocommerce-ordering select {
  min-width: 160px;
  padding: 8px 40px 8px 14px;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='m1 1 5 5 5-5' fill='none' stroke='%23142239' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 12px 8px;
  font-size: 12px;
}

.site-main ul.products {
  display: grid;
  clear: both;
  margin: 0;
}

.site-main ul.products::before,
.site-main ul.products::after {
  display: none;
}

.site-main ul.products li.product {
  width: auto !important;
  margin: 0 !important;
  float: none !important;
  text-align: left;
}

.site-main ul.products li.product a {
  text-decoration: none;
}

.site-main ul.products li.product .button {
  margin-top: 14px;
  text-align: center;
}

.onsale {
  min-width: 0;
  min-height: 0;
  padding: 6px 10px;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: var(--orcelle-black);
  font-size: 10px;
}

/* 상품 상세 */
.single-product div.product {
  display: grid;
}

.single-product div.product .woocommerce-product-gallery,
.single-product div.product .summary {
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
}

.single-product div.product .woocommerce-product-gallery {
  grid-column: 1;
  grid-row: 1;
}

.single-product div.product .summary {
  grid-column: 2;
  grid-row: 1;
}

.single-product div.product .woocommerce-product-gallery__wrapper,
.single-product div.product .woocommerce-product-gallery__image,
.single-product div.product .flex-viewport {
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
}

.single-product div.product .woocommerce-product-gallery__image {
  max-width: none !important;
}

.single-product div.product .woocommerce-product-gallery img {
  width: 100%;
}

.single-product div.product .summary {
  position: static;
  align-self: start;
  padding: 24px 0;
}

.single-product div.product .product_title {
  margin: 0 0 16px;
  font-family: var(--orcelle-font);
  font-size: clamp(32px, 3vw, 42px);
  letter-spacing: -0.045em;
  line-height: 1.25;
}

.single-product div.product p.price {
  margin-bottom: 30px;
  color: var(--orcelle-black);
  font-size: 20px;
}

.single-product .woocommerce-product-details__short-description {
  margin-bottom: 28px;
  color: var(--orcelle-gray);
  font-size: 14px;
}

.single-product div.product form.cart {
  display: flex;
  gap: 8px;
  margin: 0 0 24px;
  padding: 26px 0;
  border-top: 1px solid var(--orcelle-line);
  border-bottom: 1px solid var(--orcelle-line);
}

.single-product div.product form.cart .quantity {
  margin: 0;
}

.single-product div.product form.cart .single_add_to_cart_button {
  flex: 1;
}

.product_meta {
  color: var(--orcelle-gray);
  font-size: 11px;
}

.single-product div.product .woocommerce-tabs,
.single-product div.product .related,
.single-product div.product .upsells,
.single-product div.product .storefront-product-pagination {
  grid-column: 1 / -1;
  width: 100%;
}

.single-product .storefront-product-pagination {
  display: none;
}

.woocommerce-tabs ul.tabs {
  border-top: 1px solid var(--orcelle-black);
}

.woocommerce-tabs ul.tabs li {
  border-bottom-color: var(--orcelle-line);
}

.woocommerce-tabs .panel {
  margin-bottom: 80px;
}

/* 장바구니와 결제 */
.woocommerce-cart .entry-content,
.woocommerce-checkout .entry-content {
  font-size: 14px;
}

.woocommerce-cart-form,
.cart-collaterals {
  width: 100%;
  float: none;
}

.woocommerce-cart-form table,
.shop_table {
  border-collapse: collapse;
  background: #fff;
}

.woocommerce-cart-form table th,
.woocommerce-cart-form table td,
.shop_table th,
.shop_table td {
  padding: 18px 14px;
  border-color: var(--orcelle-line);
}

.woocommerce-cart-form table img {
  width: 92px;
}

.cart-collaterals {
  display: flex;
  justify-content: flex-end;
  margin-top: 44px;
}

.cart-collaterals .cart_totals {
  width: min(100%, 480px);
  margin: 0;
  float: none;
}

.cart-collaterals h2,
#order_review_heading {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--orcelle-black);
  font-size: 22px;
}

.wc-proceed-to-checkout .button.checkout-button {
  font-size: 14px;
}

/* 계정과 일반 안내 */
.woocommerce-account .entry-content,
.page:not(.home) .entry-content {
  max-width: 980px;
  margin-inline: auto;
}

.woocommerce-info,
.woocommerce-message,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  border-left: 3px solid var(--orcelle-gold);
  color: var(--orcelle-black);
  background: #f2eee8;
}

.woocommerce-info a,
.woocommerce-message a,
.woocommerce-error a {
  color: var(--orcelle-black);
}

.woocommerce-account .woocommerce {
  max-width: 680px;
  margin-inline: auto;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  width: 100%;
  margin: 0 0 34px;
  float: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--orcelle-line);
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
  border: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a::before {
  display: none;
}

.woocommerce form.login,
.woocommerce form.register {
  padding: 36px;
  border: 1px solid var(--orcelle-line);
}

.orcelle-content-lead {
  text-align: center;
}

.orcelle-content-lead .orcelle-kicker {
  margin: 0 0 16px;
  color: var(--orcelle-gray);
  font-size: 12px;
}

.orcelle-content-lead h2 {
  margin: 0 0 28px;
  font-family: var(--orcelle-font);
  font-size: clamp(34px, 4.5vw, 52px);
  font-weight: 650;
  letter-spacing: -0.05em;
  line-height: 1.3;
}

.orcelle-content-lead > p:last-child {
  max-width: 650px;
  margin-inline: auto;
  color: var(--orcelle-gray);
}

.orcelle-faq {
  border-top: 1px solid var(--orcelle-black);
}

.orcelle-faq details {
  border-bottom: 1px solid var(--orcelle-line);
}

.orcelle-faq summary {
  padding: 22px 8px;
  cursor: pointer;
  font-weight: 600;
}

.orcelle-faq details p {
  padding: 0 8px 24px;
  color: var(--orcelle-gray);
}
.site-footer.orcelle-footer {
  color: #aeb8c8;
}

.site-footer.orcelle-footer a:not(.button) {
  color: var(--orcelle-silver);
}

.orcelle-footer__top {
  display: grid;
  grid-template-columns: 1.6fr repeat(2, 1fr);
  gap: 70px;
}

.orcelle-footer__brand > a {
  display: inline-block;
  text-decoration: none;
}

.orcelle-footer__brand p {
  margin: 18px 0 0;
  font-size: 12px;
  line-height: 1.9;
}

.orcelle-footer__column {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
}

.orcelle-footer__column h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.orcelle-footer__column a,
.orcelle-footer__column li {
  font-size: 12px;
  text-decoration: none;
}

.orcelle-footer__column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.orcelle-footer__column li {
  margin-bottom: 8px;
}

.orcelle-footer__business {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.orcelle-footer__business p {
  margin: 0;
  font-size: 10px;
}

@media (max-width: 1000px) {
  .orcelle-navigation ul.menu > li > a,
  .orcelle-navigation ul.nav-menu > li > a {
    padding-inline: 14px;
  }

  .orcelle-footer__top {
    grid-template-columns: 1.4fr repeat(2, 1fr);
    gap: 30px;
  }
}

@media (max-width: 767px) {
  .orcelle-notice {
    padding: 0 16px;
  }

  .admin-bar .site-header.orcelle-header {
    top: auto;
  }

  .orcelle-menu-toggle {
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 4px;
    width: 34px !important;
    padding: 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    float: none;
  }

  .site-header .orcelle-brand {
    float: none;
  }

  .orcelle-menu-toggle span {
    position: static !important;
    display: block !important;
    width: 20px;
    height: 1px;
    margin: 0 !important;
    transform: none !important;
  }

  .orcelle-menu-toggle::before,
  .orcelle-menu-toggle::after,
  .orcelle-menu-toggle span::before,
  .orcelle-menu-toggle span::after {
    display: none !important;
    content: none !important;
  }

  .orcelle-menu-toggle em {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .orcelle-header__actions {
    right: 0;
  }

  .orcelle-header-action > span:not(.orcelle-cart-count),
  .orcelle-account-link {
    display: none;
  }

  .orcelle-navigation {
    border-top: 0;
  }

  .orcelle-navigation .primary-navigation {
    display: none;
  }

  .orcelle-navigation .handheld-navigation {
    display: none;
    overflow-y: auto;
    border-top: 1px solid var(--orcelle-line);
    text-align: left;
  }

  .orcelle-navigation.toggled .handheld-navigation {
    display: block;
  }

  .orcelle-navigation .handheld-navigation ul {
    margin: 0;
    padding: 12px 16px 28px;
  }

  .orcelle-navigation .handheld-navigation li {
    display: block;
  }

  .orcelle-navigation .handheld-navigation li a {
    padding: 14px 6px;
    border-bottom: 1px solid #eeeae5;
  }

  .orcelle-navigation .handheld-navigation ul.sub-menu {
    margin-left: 14px;
    padding: 0;
  }

  .site-main ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .storefront-breadcrumb .col-full {
    width: calc(100% - 32px);
  }

  .woocommerce-breadcrumb {
    min-height: 40px;
  }

  .page-title,
  .entry-title {
    margin-bottom: 34px;
    font-size: 36px;
  }

  .woocommerce-products-header__title {
    margin-bottom: 34px;
  }

  .woocommerce-result-count,
  .woocommerce-ordering {
    float: none;
  }

  .woocommerce-ordering {
    margin-bottom: 26px;
  }

  .single-product div.product {
    grid-template-columns: 1fr;
  }

  .single-product div.product .summary {
    grid-column: 1;
    grid-row: auto;
    padding-top: 12px;
  }

  .single-product div.product .woocommerce-product-gallery {
    grid-column: 1;
    grid-row: auto;
  }

  .woocommerce-cart-form {
    overflow-x: auto;
  }

  .woocommerce-cart-form table {
    min-width: 680px;
  }

  .orcelle-footer__top {
    grid-template-columns: 1fr 1fr;
    gap: 44px 24px;
  }

  .orcelle-footer__brand {
    grid-column: 1 / -1;
  }

  .orcelle-footer__business {
    flex-direction: column;
  }
}

@media (max-width: 360px) {
  .site-header .orcelle-brand {
    transform: translateX(-16px);
  }

  .orcelle-brand .orcelle-brand__logo {
    width: 140px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

/* 백금Ring — 네이비 브랜드 화면과 여백 있는 상품 목록. */
@font-face {
  font-family: "Baekgeum Serif";
  src: url("assets/fonts/BaekgeumSerif.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  --orcelle-black: #142239;
  --orcelle-gold: #465875;
  --orcelle-line: #d8dde3;
  --orcelle-gray: #667080;
  --orcelle-page-bg: #f4f5f7;
  --atelier-night: #0b1526;
  --atelier-silver: #edf0f5;
  --atelier-muted: #b0bbca;
  --atelier-serif: "Baekgeum Serif", "Noto Serif KR", serif;
}
body {
  background: var(--orcelle-page-bg);
}
#page {
  overflow-x: clip;
  overflow-y: visible;
}
.col-full,
.orcelle-frame {
  max-width: none;
  width: calc(100% - 96px);
}
.orcelle-notice {
  height: 36px;
  padding-inline: 48px;
  background: #080f1c;
  color: #c6cfdd;
  font-size: 13px;
}
.site-header.orcelle-header {
  background: rgba(11, 21, 38, 0.98);
  border-color: rgba(218, 227, 243, 0.16);
  color: var(--atelier-silver);
}
.orcelle-header__main {
  width: calc(100% - 96px);
  max-width: none;
  min-height: 88px;
}
.orcelle-brand__logo {
  width: 224px;
}
.orcelle-header-action,
.site-header a.orcelle-header-action {
  color: var(--atelier-silver);
}
.orcelle-header-action:hover,
.site-header a.orcelle-header-action:hover {
  color: #fff;
}
.orcelle-header-action {
  min-height: 44px;
  justify-content: center;
  font-size: 12px;
}
.orcelle-cart-count {
  color: #101c31;
  background: #e2e5ec;
}
.orcelle-search__panel {
  color: var(--orcelle-black);
}
.orcelle-navigation {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  border-color: rgba(218, 227, 243, 0.12);
}
.orcelle-navigation ul.menu > li > a,
.orcelle-navigation ul.nav-menu > li > a {
  padding: 14px 25px;
  color: #dce2ed;
  font-size: 15px;
  font-weight: 400;
}
.orcelle-navigation ul.menu > li.current-menu-item > a,
.orcelle-navigation ul.menu > li > a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 6px;
}
.orcelle-navigation ul.menu ul.sub-menu {
  background: var(--atelier-night);
  border-color: #344157;
}
.orcelle-navigation ul.menu ul.sub-menu li a {
  color: #e2e5ec;
}
.orcelle-brand a:focus-visible,
.orcelle-navigation a:focus-visible,
.orcelle-header-action:focus-visible {
  outline-color: #e2e5ec;
}
.orcelle-atelier {
  color: var(--atelier-silver);
  background: var(--atelier-night);
}
.orcelle-atelier a {
  color: inherit;
}
.orcelle-atelier a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -5px;
}
.orcelle-atelier-hero {
  position: relative;
  min-height: 650px;
  height: calc(100svh - 180px);
  overflow: hidden;
  background: #101c31;
}
.orcelle-atelier-hero__art,
.orcelle-atelier-hero__art img,
.orcelle-atelier-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.orcelle-atelier-hero__art img {
  object-fit: cover;
  object-position: center;
}
.orcelle-atelier-hero__shade {
  background:
    linear-gradient(
      90deg,
      rgba(6, 13, 26, 0.6),
      rgba(6, 13, 26, 0.14) 50%,
      transparent 75%
    ),
    linear-gradient(0deg, rgba(6, 13, 26, 0.5), transparent 30%);
}
.orcelle-atelier-hero__copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 55%;
  height: 100%;
  padding: 20px 0 20px 7vw;
}
.orcelle-atelier h1,
.orcelle-atelier h2 {
  font-family: var(--atelier-serif) !important;
  font-weight: 400;
}
.orcelle-atelier-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 4vw, 68px);
  line-height: 1.55;
  letter-spacing: -0.06em;
}
.orcelle-atelier-hero__description {
  margin: 26px 0 34px;
  color: #c9d1df;
  font-size: 13px;
  line-height: 2;
  font-weight: 300;
}
.orcelle-editorial-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 44px;
  min-height: 44px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(221, 230, 244, 0.5);
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}
.orcelle-editorial-link > span {
  font-size: 20px;
  font-weight: 300;
  transition: transform 0.2s;
}
.orcelle-editorial-link:hover > span {
  transform: translate(3px, -3px);
}
.orcelle-product-description {
  margin: 9px 0 0;
  color: #78808b;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.75;
  overflow-wrap: anywhere;
}
.site-main ul.products li.product .price del {
  color: #8a9099;
  font-size: 12px;
  font-weight: 400;
  opacity: 1;
}
.site-main ul.products li.product .price ins {
  font-weight: 600;
  text-decoration: none;
  background: transparent;
}
.orcelle-maison {
  position: relative;
  display: flex;
  min-height: 660px;
  background: transparent;
}
.orcelle-maison__copy {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  max-width: 920px;
  margin-inline: auto;
  padding: clamp(90px, 11vw, 160px) 36px;
  text-align: center;
  background: transparent;
}
.orcelle-maison__symbol {
  width: 60px;
  height: auto;
  margin-bottom: 40px;
  filter: brightness(0) invert(1);
  opacity: 0.75;
}
.orcelle-maison__copy h2 {
  margin: 0;
  color: #f0f2f6;
  font-size: clamp(25px, 2.3vw, 38px);
  line-height: 1.7;
  letter-spacing: -0.05em;
}
.orcelle-maison__copy > p {
  margin: 28px 0;
  color: #b9c3d3;
  font-size: 12px;
  line-height: 2.2;
  font-weight: 300;
}
.site-footer.orcelle-footer {
  position: relative;
  overflow: hidden;
  padding: 0;
  background: #060d18;
  border-top: 1px solid rgba(226, 229, 236, 0.12);
}
.orcelle-footer__top,
.orcelle-footer__business {
  position: relative;
}
.orcelle-footer__top {
  padding-bottom: 48px;
}
.orcelle-footer__business {
  border-color: rgba(226, 229, 236, 0.12);
  color: #8795aa;
}
/* The same navy shell and silver surfaces continue through purchasing pages. */
.site-content > .col-full {
  padding-top: 64px;
  padding-bottom: 88px;
}
.home .site-content > .col-full {
  padding: 0;
}
.page-title,
.entry-title,
.woocommerce-products-header__title,
.single-product div.product .product_title {
  font-weight: 650;
}
.orcelle-content-lead {
  position: relative;
  padding: 58px 6vw;
  border-top: 1px solid #ccd3dd;
  background: linear-gradient(115deg, #e5eaf1, #f5f6f8);
}
.orcelle-content-lead::after {
  position: absolute;
  right: 4%;
  top: 12%;
  width: 180px;
  height: 220px;
  content: "";
  background: url("assets/brand/baekgeum-ring-symbol.svg") center/contain no-repeat;
  opacity: 0.06;
  pointer-events: none;
}
/* 고객센터와 같은 공통 페이지 바탕을 상품 화면에도 사용한다. */
:is(
  .post-type-archive-product,
  .tax-product_cat,
  .tax-product_tag,
  .single-product
),
:is(
    .post-type-archive-product,
    .tax-product_cat,
    .tax-product_tag,
    .single-product
  )
  .site-content {
  background: var(--orcelle-page-bg);
}
.post-type-archive-product .site-content > .col-full,
.tax-product_cat .site-content > .col-full,
.tax-product_tag .site-content > .col-full {
  width: calc(100% - 96px);
  max-width: none;
  padding-top: 0;
  background: var(--orcelle-page-bg);
}
.site-main .woocommerce-products-header {
  padding: 88px 32px 48px;
  color: #142239;
  background: var(--orcelle-page-bg);
}
.woocommerce-products-header__title {
  color: #142239;
  font-size: 40px;
}
.woocommerce-products-header .term-description {
  color: #667080;
  font-size: 13px;
}
.storefront-sorting {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 24px 0;
  background: var(--orcelle-page-bg);
  color: #142239;
}
.storefront-sorting::before,
.storefront-sorting::after {
  display: none;
}
.storefront-sorting .woocommerce-notices-wrapper {
  flex: 0 0 100%;
  min-width: 0;
}
.storefront-sorting .woocommerce-notices-wrapper:empty {
  display: none;
}
.storefront-sorting .woocommerce-ordering,
.storefront-sorting .woocommerce-result-count {
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
}
.storefront-sorting .woocommerce-ordering {
  flex: 0 0 auto;
}
.storefront-sorting .woocommerce-result-count {
  line-height: 1.5;
}
.storefront-sorting .woocommerce-pagination {
  float: none;
  margin: 0 0 0 auto;
  padding: 0;
}
.storefront-sorting .woocommerce-ordering select {
  display: block;
  min-height: 44px;
  margin: 0;
}
.woocommerce-result-count,
.woocommerce-ordering {
  margin-bottom: 0;
  color: #667080;
}
.woocommerce-ordering select {
  color: #142239;
  background-color: #fff;
  border-color: #d8dde3;
}
.woocommerce-pagination .page-numbers li a,
.woocommerce-pagination .page-numbers li span {
  color: #142239;
  background: #f4f5f7;
}
.woocommerce-pagination .page-numbers li span.current {
  color: #fff;
  background: #142239;
}
.site-main ul.products {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 48px 24px;
}
.site-main ul.products li.product {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 0;
  background: transparent;
}
.site-main ul.products li.product .woocommerce-loop-product__link {
  display: block;
  margin-bottom: 16px;
  color: #142239;
}
.site-main ul.products li.product img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 18px;
  aspect-ratio: 1;
  object-fit: cover;
  background: transparent;
}
.site-main ul.products li.product .woocommerce-loop-product__title {
  margin: 0 0 14px;
  padding: 0 0 14px;
  border-bottom: 1px solid #e1e4e8;
  color: #252b35;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  word-break: keep-all;
}
.site-main ul.products li.product .price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 5px 10px;
  margin: 0;
  color: #142239;
  font-size: 17px;
  font-weight: 600;
}
.site-main ul.products li.product .button {
  align-self: flex-start;
  width: auto;
  min-height: 40px;
  margin: auto 0 0;
  padding: 8px 16px;
  border: 1px solid #dce0e6;
  color: #526073;
  background: #fff;
  font-size: 11px;
  font-weight: 400;
}
.site-main ul.products li.product .button:hover {
  color: #142239;
  background: #f4f5f7;
  border-color: #aeb9c8;
}
.site-main ul.products li.product .added_to_cart {
  align-self: flex-start;
  margin: 8px 0 0;
  padding: 0;
  color: #142239;
  background: transparent;
  font-size: 11px;
  text-decoration: underline;
}
.site-main ul.products li.product .star-rating {
  margin: 0 0 12px;
  color: #526073;
}
.site-main ul.products li.product .onsale {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 5px 9px;
  border: 1px solid #dce0e6;
  color: #142239;
  background: rgba(255, 255, 255, 0.95);
  font-size: 10px;
  font-weight: 400;
}
.site-main ul.products li.product a:focus-visible {
  outline: 2px solid #142239;
  outline-offset: 3px;
}
.single-product .site-content > .col-full {
  width: min(calc(100% - 96px), 1280px);
  max-width: 1280px;
}
.single-product div.product {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 48px;
}
.single-product div.product .woocommerce-product-gallery {
  max-width: 640px;
  justify-self: center;
}
.single-product div.product .summary {
  min-width: 0;
}
.single-product div.product .summary {
  top: auto;
}
.single-product div.product form.cart.variations_form {
  display: block;
  width: 100%;
}
.single-product .orcelle-size-note {
  margin: 0 0 18px;
  padding: 14px 16px;
  color: #596579;
  background: rgba(224, 229, 236, 0.42);
  font-size: 12px;
  line-height: 1.7;
}
.single-product table.variations {
  margin: 0 0 18px;
}
.single-product table.variations th,
.single-product table.variations td {
  display: block;
  width: 100%;
  padding: 0;
  background: transparent;
}
.single-product div.product table.variations td.value {
  display: block !important;
}
.single-product table.variations th {
  margin-bottom: 8px;
  color: #142239;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
}
.single-product table.variations select {
  width: 100% !important;
  max-width: none !important;
  min-height: 48px;
  margin: 0;
}
.single-product table.variations .reset_variations {
  display: block;
  margin-top: 8px;
  color: #667080;
  font-size: 11px;
}
.single-product .single_variation_wrap,
.single-product .woocommerce-variation-add-to-cart {
  width: 100%;
}
.single-product .woocommerce-variation-add-to-cart {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 8px;
  align-items: stretch;
}
.single-product .woocommerce-variation-add-to-cart .quantity,
.single-product .woocommerce-variation-add-to-cart .single_add_to_cart_button {
  float: none !important;
  margin: 0;
}
.single-product .woocommerce-variation-add-to-cart .quantity {
  grid-column: 1;
  grid-row: 1;
  width: 72px !important;
}
.single-product .woocommerce-variation-add-to-cart .single_add_to_cart_button {
  grid-column: 2;
  grid-row: 1;
  width: 100% !important;
  min-width: 0;
  flex: none;
  white-space: nowrap;
}
.single-product .woocommerce-variation-add-to-cart input.qty,
.single-product .woocommerce-variation-add-to-cart .single_add_to_cart_button {
  min-height: 52px;
}
.single-product div.product .woocommerce-tabs {
  margin-top: 0;
  padding-top: 0;
  border-top: 1px solid #cfd6df;
  background: transparent;
  box-shadow: none;
  clip-path: none;
}
.single-product div.product .woocommerce-tabs ul.tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0;
  border-bottom: 1px solid #dce1e7;
  float: none !important;
}
.single-product div.product .woocommerce-tabs ul.tabs li {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: center;
}
.single-product div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
  content: none;
}
.single-product div.product .woocommerce-tabs ul.tabs li a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 11px 12px;
  color: #758094;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}
.single-product div.product .woocommerce-tabs ul.tabs li.active a {
  color: #142239;
  box-shadow: inset 0 -2px #142239;
}
.single-product div.product .woocommerce-tabs ul.tabs li a:focus-visible {
  outline: 2px solid #142239;
  outline-offset: -3px;
}
.single-product div.product .woocommerce-tabs .panel {
  width: 100% !important;
  margin: 0 !important;
  padding: 0;
  float: none !important;
}
.single-product div.product .related,
.single-product div.product .upsells {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  background: transparent;
  box-shadow: none;
  clip-path: none;
}
.single-product div.product .related > h2,
.single-product div.product .upsells > h2 {
  margin-bottom: 42px;
}
.orcelle-product-panel {
  max-width: none;
  margin: 0;
}
.orcelle-product-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid #142239;
}
.orcelle-product-facts > div {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid #dce1e7;
}
.orcelle-product-facts > div:nth-child(odd) {
  padding-right: 32px;
}
.orcelle-product-facts > div:nth-child(even) {
  padding-left: 32px;
}
.orcelle-product-facts dt {
  color: #142239;
  font-weight: 600;
}
.orcelle-product-facts dd {
  margin: 0;
  color: #606b7a;
}
.orcelle-product-facts a {
  color: inherit;
}
.orcelle-product-description-content {
  margin-top: 40px;
}
.orcelle-product-story__feature {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 460px;
  color: #edf0f5;
  background:
    radial-gradient(circle at 22% 26%, rgba(102, 128, 165, 0.22), transparent 34%),
    #101c31;
}
.orcelle-product-story__media {
  display: grid;
  min-width: 0;
  padding: 38px;
  place-items: center;
}
.orcelle-product-story__media img {
  width: 100%;
  height: 100%;
  max-height: 420px;
  margin: 0;
  object-fit: contain;
  filter: drop-shadow(0 22px 26px rgba(0, 0, 0, 0.32));
}
.orcelle-product-story__copy {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 48px clamp(36px, 5vw, 72px);
}
.orcelle-product-story__copy > p:first-child {
  margin: 0 0 16px;
  color: #9fadc1;
  font-size: 11px;
  letter-spacing: 0.1em;
}
.orcelle-product-story__copy h3 {
  margin: 0 0 22px;
  color: #f2f4f7;
  font-size: clamp(25px, 2.5vw, 36px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.45;
}
.orcelle-product-story__copy > p:last-child {
  margin: 0;
  color: #b8c3d3;
  font-size: 13px;
  line-height: 1.95;
}
.orcelle-product-story__notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid #d4dae2;
}
.orcelle-product-story__notes section {
  padding: 28px 30px;
  border-right: 1px solid #d4dae2;
}
.orcelle-product-story__notes section:last-child {
  border-right: 0;
}
.orcelle-product-story__notes h3 {
  margin: 0 0 12px;
  color: #142239;
  font-size: 15px;
  font-weight: 600;
}
.orcelle-product-story__notes p {
  margin: 0;
  color: #667080;
  font-size: 12px;
  line-height: 1.8;
}
.orcelle-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
  margin-bottom: 34px;
}
.orcelle-service-grid section {
  padding-top: 16px;
  border-top: 1px solid #142239;
}
.orcelle-service-grid h3 {
  margin: 0 0 14px;
  color: #142239;
  font-size: 16px;
  font-weight: 600;
}
.orcelle-service-grid p {
  margin: 0;
  color: #667080;
  font-size: 13px;
  line-height: 1.85;
}
.orcelle-panel-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  min-width: 240px;
  padding: 12px 0;
  border-bottom: 1px solid #142239;
  color: #142239;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
.orcelle-panel-link span {
  font-size: 18px;
}
@media (max-width: 1000px) {
  .single-product .site-content > .col-full {
    width: calc(100% - 48px);
  }
  .single-product div.product {
    grid-template-columns: minmax(0, 1fr);
  }
  .single-product div.product .summary {
    grid-column: 1;
    grid-row: auto;
    position: static;
  }
  .col-full,
  .orcelle-frame,
  .orcelle-header__main {
    width: calc(100% - 48px);
  }
  .orcelle-atelier-hero__copy {
    width: 65%;
    padding-left: 5vw;
  }
  .post-type-archive-product .site-content > .col-full,
  .tax-product_cat .site-content > .col-full,
  .tax-product_tag .site-content > .col-full {
    width: calc(100% - 48px);
  }
  .site-main ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .orcelle-maison {
    min-height: 560px;
  }
  .orcelle-maison__copy {
    padding-inline: 22px;
  }
  .orcelle-maison__copy h2 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .col-full,
  .orcelle-frame {
    width: calc(100% - 32px);
  }
  .orcelle-notice {
    justify-content: space-between;
    height: 36px;
    padding-inline: 16px;
    font-size: 11px;
  }
  .orcelle-notice p {
    white-space: nowrap;
  }
  .orcelle-notice div {
    display: flex;
    gap: 12px;
  }
  .orcelle-notice a {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    font-size: 12px;
    white-space: nowrap;
  }
  .orcelle-header__main {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 92px;
    width: calc(100% - 32px);
    min-height: 72px;
  }
  .site-header .orcelle-brand {
    justify-self: center;
    width: 100%;
    max-width: 164px;
    min-width: 0;
    transform: none;
  }
  .orcelle-brand a {
    width: 100%;
  }
  .orcelle-header__actions {
    position: static;
    gap: 4px;
  }
  .orcelle-menu-toggle {
    position: static !important;
    min-height: 44px;
  }
  .orcelle-header__actions .orcelle-header-action {
    width: 44px;
    min-width: 44px;
    min-height: 44px;
  }
  .orcelle-header__actions .orcelle-account-link {
    display: none;
  }
  .orcelle-search .orcelle-header-action > span,
  .orcelle-header__actions .orcelle-cart-link > .orcelle-header-action__label {
    display: block;
    font-size: 11px;
  }
  .orcelle-cart-count {
    top: 0;
    right: 0;
  }
  .site-header.orcelle-header {
    backdrop-filter: none;
  }

  .orcelle-brand .orcelle-brand__logo {
    width: 100%;
  }
  .orcelle-header-action {
    min-width: 34px;
    min-height: 44px;
  }
  .orcelle-menu-toggle span {
    background: #e2e5ec;
  }
  .orcelle-menu-toggle {
    min-width: 34px !important;
  }
  .orcelle-search {
    position: static;
  }
  .orcelle-search__panel {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    width: auto;
    max-width: none;
    padding: 16px 18px 20px;
  }
  .orcelle-search__panel .orcelle-search__submit {
    flex-basis: 64px;
    padding-inline: 12px;
  }
  .orcelle-navigation .handheld-navigation {
    background: #101c31;
    border-color: #29394e;
    max-height: calc(100svh - 109px);
  }
  .orcelle-navigation .handheld-navigation li a {
    color: #e2e5ec;
    border-color: #29394e;
    font-size: 16px;
  }
  .orcelle-atelier-hero {
    min-height: 600px;
    height: calc(100svh - 109px);
    max-height: 980px;
  }
  .orcelle-atelier-hero__art img {
    object-position: center top;
  }
  .orcelle-atelier-hero__shade {
    background: linear-gradient(
      0deg,
      rgba(6, 13, 26, 0.96),
      rgba(6, 13, 26, 0.65) 36%,
      rgba(6, 13, 26, 0) 75%
    );
  }
  .orcelle-atelier-hero__copy {
    width: 100%;
    justify-content: flex-end;
    padding: 0 26px 56px;
  }
  .orcelle-atelier-hero h1 {
    font-size: clamp(30px, 7.8vw, 48px);
    line-height: 1.55;
  }
  .orcelle-atelier-hero__description {
    margin: 18px 0 20px;
    font-size: 11px;
  }
  .site-main ul.products {
    gap: 32px 12px;
  }
  .post-type-archive-product .site-content > .col-full,
  .tax-product_cat .site-content > .col-full,
  .tax-product_tag .site-content > .col-full {
    width: calc(100% - 32px);
  }
  .orcelle-product-description {
    font-size: 11px;
    line-height: 1.65;
  }
  .site-main ul.products li.product .price del {
    font-size: 10px;
  }
  .orcelle-maison {
    min-height: 520px;
  }
  .orcelle-maison__copy {
    padding: 84px 24px;
  }
  .orcelle-maison__symbol {
    width: 48px;
    margin-bottom: 32px;
  }
  .orcelle-maison__copy h2 {
    font-size: 25px;
  }
  .orcelle-maison__copy > p {
    font-size: 11px;
  }
  .site-content > .col-full {
    padding-top: 38px;
    padding-bottom: 54px;
  }
  .home .site-content > .col-full {
    padding: 0;
  }
  .site-main .woocommerce-products-header {
    padding: 52px 16px 30px;
  }
  .woocommerce-products-header__title {
    font-size: 30px;
  }
  .storefront-sorting {
    gap: 12px;
    padding: 18px 0;
  }
  .storefront-sorting .woocommerce-result-count {
    margin-left: auto;
    text-align: right;
    font-size: 11px;
  }
  .storefront-sorting .woocommerce-pagination {
    flex-basis: 100%;
    margin: 0;
  }
  .storefront-sorting .woocommerce-ordering select {
    width: 148px;
    min-width: 0;
    font-size: 12px;
  }
  .single-product .site-content > .col-full {
    width: calc(100% - 32px);
  }
  .single-product div.product .product_title {
    font-size: clamp(26px, 6.8vw, 34px);
    overflow-wrap: anywhere;
  }
  .site-content input.input-text,
  .site-content input[type="email"],
  .site-content input[type="password"],
  .site-content textarea,
  .orcelle-search__panel input[type="search"] {
    font-size: 16px;
  }

  .woocommerce-result-count {
    font-size: 10px;
  }
  .woocommerce-ordering select {
    min-width: 130px;
    font-size: 10px;
  }
  .site-main ul.products li.product img {
    margin-bottom: 13px;
  }
  .site-main ul.products li.product .woocommerce-loop-product__title {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }
  .site-main ul.products li.product .price {
    font-size: 14px;
  }
  .site-main ul.products li.product .button {
    min-height: 40px;
    padding: 8px 12px;
    font-size: 10px;
  }
  .site-main ul.products li.product .onsale {
    top: 8px;
    left: 8px;
    font-size: 9px;
  }
  .single-product div.product {
    gap: 30px;
  }
  .single-product div.product .summary {
    position: static;
  }
  .orcelle-content-lead {
    padding: 35px 22px;
  }
  .site-footer.orcelle-footer {
    padding-top: 48px;
  }
}
@media (max-width: 360px) {
  .site-header .orcelle-brand {
    max-width: 140px;
  }
  .orcelle-atelier-hero__copy {
    padding-inline: 22px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .orcelle-editorial-link > span {
    transition: none;
  }
}
/* 카테고리: 정사각형 사진, PC 4열 한 줄 / 작은 화면 2열. */
.orcelle-home-continuum {
  position: relative;
  z-index: 2;
  isolation: isolate;
  margin-top: -180px;
  padding-top: 196px;
  overflow: hidden;
  background: linear-gradient(
    to bottom,
    rgba(8, 15, 28, 0) 0,
    rgba(8, 15, 28, 0.12) 45px,
    rgba(8, 15, 28, 0.46) 90px,
    rgba(8, 15, 28, 0.82) 144px,
    #080f1c 180px,
    #080f1c 100%
  );
  pointer-events: none;
}
.orcelle-home-continuum::before {
  position: absolute;
  z-index: 0;
  top: 6%;
  left: 50%;
  width: 104%;
  height: 39%;
  content: "";
  background: radial-gradient(
    ellipse at center,
    rgba(197, 211, 231, 0.14) 0%,
    rgba(149, 170, 200, 0.055) 31%,
    rgba(149, 170, 200, 0) 68%
  );
  filter: blur(36px);
  pointer-events: none;
  transform: translate3d(-50%, 0, 0) scale(1.02);
  animation: orcelle-category-glow 18s ease-in-out infinite alternate;
}
.orcelle-home-continuum > * {
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.orcelle-category-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  scroll-margin-top: 0;
}
.orcelle-atelier .orcelle-category-tile {
  position: relative;
  z-index: 1;
  display: block;
  min-width: 0;
  aspect-ratio: 1;
  overflow: hidden;
  color: #edf0f5;
  background: transparent;
  text-decoration: none;
}
.orcelle-category-tile > img {
  display: block;
  width: 100%;
  height: calc(100% - 64px);
  padding: 28px 30px 0;
  filter:
    drop-shadow(0 18px 22px rgba(0, 0, 0, 0.34))
    drop-shadow(0 0 22px rgba(208, 220, 239, 0.08));
  object-fit: contain;
  transition: transform 500ms ease, filter 500ms ease;
}
.orcelle-category-tile__name {
  position: absolute;
  right: 16px;
  bottom: 28px;
  left: 16px;
  padding: 0;
  color: #edf0f5;
  background: transparent;
  font-size: 20px;
  font-weight: 450;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: center;
}
.orcelle-atelier .orcelle-category-tile:focus-visible {
  outline: 2px solid #edf0f5;
  outline-offset: -6px;
}
.orcelle-atelier .orcelle-category-tile:hover .orcelle-category-tile__name {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 7px;
}
.orcelle-atelier .orcelle-category-tile:hover > img {
  filter:
    drop-shadow(0 24px 26px rgba(0, 0, 0, 0.42))
    drop-shadow(0 0 28px rgba(208, 220, 239, 0.16));
  transform: translateY(-4px) scale(1.018);
}
@keyframes orcelle-category-glow {
  from { transform: translate3d(-50%, -1.5%, 0) scale(1.02); }
  to { transform: translate3d(-50%, 1.5%, 0) scale(1.07); }
}
.orcelle-category-grid__empty {
  grid-column: 1 / -1;
  padding: 48px 24px;
  color: #edf0f5 !important;
  text-align: center;
}
@media (max-width: 900px) {
  .orcelle-home-continuum {
    margin-top: -120px;
    padding-top: 136px;
    background: linear-gradient(
      to bottom,
      rgba(8, 15, 28, 0) 0,
      rgba(8, 15, 28, 0.12) 30px,
      rgba(8, 15, 28, 0.48) 60px,
      rgba(8, 15, 28, 0.84) 96px,
      #080f1c 120px,
      #080f1c 100%
    );
  }
  .orcelle-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .orcelle-category-tile__name {
    bottom: 20px;
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .orcelle-category-tile > img {
    height: calc(100% - 44px);
    padding: 16px 14px 0;
  }
  .orcelle-category-tile__name {
    bottom: 14px;
    font-size: 15px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .orcelle-home-continuum::before { animation: none; }
  .orcelle-category-tile > img { transition: none; }
}

/* 하단 안내 링크는 한 곳에서만 표시한다. */
.orcelle-footer__overview {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(240px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(48px, 8vw, 120px);
  padding-top: 64px;
  padding-bottom: 52px;
}
.orcelle-footer__overview .orcelle-footer__brand {
  min-width: 0;
}
.orcelle-footer__overview .orcelle-brand__logo {
  width: min(240px, 100%);
}
.orcelle-footer__overview nav {
  min-width: 0;
}
.orcelle-footer__links {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 48px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.orcelle-footer__links li {
  margin: 0;
  border-bottom: 1px solid rgba(226, 229, 236, 0.11);
}
.orcelle-footer__links a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 44px;
  color: #dce2ec !important;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
.orcelle-footer__links a::after {
  color: #75849a;
  content: "↗";
  font-size: 14px;
}
.orcelle-footer__links a[href*="/privacy-policy/"] { font-weight: 550; }
.orcelle-footer__links a:hover { text-decoration: underline; text-underline-offset: 5px; }
.orcelle-footer__links a:focus-visible { outline: 2px solid #e2e5ec; outline-offset: 4px; }
.orcelle-footer__business {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  padding-top: 30px;
  padding-bottom: 34px;
}
.orcelle-footer__details {
  display: grid;
  grid-template-columns: auto auto auto minmax(260px, 1fr);
  gap: 20px 34px;
  min-width: 0;
  margin: 0;
  color: #aab6c8;
}
.orcelle-footer__details > div {
  min-width: 0;
}
.orcelle-footer__details dt {
  margin-bottom: 5px;
  color: #6f7f96;
  font-size: 10px;
  font-weight: 400;
}
.orcelle-footer__details dd {
  margin: 0;
  color: #aeb9c9;
  font-size: 11px;
  line-height: 1.7;
}
.orcelle-footer__copyright {
  align-self: end;
  margin: 0;
  color: #718198;
  font-size: 10px;
  white-space: nowrap;
}
@media (max-width: 1000px) {
  .orcelle-footer__details {
    grid-template-columns: repeat(3, auto);
  }
  .orcelle-footer__address {
    grid-column: 1 / -1;
  }
}
@media (max-width: 767px) {
  .orcelle-footer__overview {
    align-items: start;
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 44px;
    padding-bottom: 36px;
  }
  .orcelle-footer__overview .orcelle-brand__logo {
    width: 200px;
  }
  .orcelle-footer__overview nav { width: 100%; }
  .orcelle-footer__links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px 22px;
  }
  .orcelle-footer__links a { font-size: 13px; }
  .orcelle-footer__business {
    grid-template-columns: 1fr;
    gap: 26px;
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .orcelle-footer__details {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .orcelle-footer__address { grid-column: auto; }
  .orcelle-footer__details > div {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 12px;
  }
  .orcelle-footer__details dt { margin: 0; }
  .orcelle-footer__copyright { justify-self: start; }
}

@media (max-width: 767px) {
  .single-product div.product .woocommerce-tabs {
    margin-top: 0;
  }
  .single-product div.product .woocommerce-tabs ul.tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .single-product div.product .woocommerce-tabs ul.tabs li a {
    min-height: 50px;
    padding: 9px 8px;
    border-bottom: 1px solid #e1e5ea;
    font-size: 12px;
  }
  .single-product div.product .woocommerce-tabs .panel {
    padding: 0;
  }
  .single-product div.product .related,
  .single-product div.product .upsells {
    padding-top: 0;
    padding-bottom: 0;
  }
  .orcelle-product-facts,
  .orcelle-service-grid,
  .orcelle-product-story__feature,
  .orcelle-product-story__notes {
    grid-template-columns: 1fr;
  }
  .orcelle-product-facts > div {
    grid-template-columns: 92px minmax(0, 1fr);
  }
  .orcelle-product-facts > div:nth-child(odd),
  .orcelle-product-facts > div:nth-child(even) {
    padding-right: 0;
    padding-left: 0;
  }
  .orcelle-service-grid {
    gap: 24px;
    margin-bottom: 30px;
  }
  .orcelle-product-description-content {
    margin-top: 28px;
  }
  .orcelle-product-story__feature {
    min-height: 0;
  }
  .orcelle-product-story__media {
    aspect-ratio: 1;
    padding: 24px;
  }
  .orcelle-product-story__copy {
    padding: 34px 24px 40px;
  }
  .orcelle-product-story__copy h3 {
    font-size: 25px;
  }
  .orcelle-product-story__notes section {
    padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid #d4dae2;
  }
  .orcelle-product-story__notes section:last-child {
    border-bottom: 0;
  }
  .orcelle-panel-link {
    width: 100%;
    min-width: 0;
  }
}

/* Storefront의 보라색 포커스 링을 브랜드 포커스 스타일로 교체한다. */
:where(a, button, input, textarea, select, summary):focus:not(:focus-visible) {
  outline: none;
}
:where(a, button, input, textarea, select, summary):focus-visible {
  outline: 2px solid #142239 !important;
  outline-offset: 3px;
}
:where(.site-header, .site-footer, .orcelle-atelier)
  :where(a, button, summary):focus-visible {
  outline-color: #e2e5ec !important;
}

/* 상품 정보는 탭으로 숨기지 않고 세로 흐름으로 표시한다. */
.single-product div.product .orcelle-product-information {
  grid-column: 1 / -1;
  width: 100%;
  margin: 0;
}
.single-product div.product {
  overflow: visible;
}
.orcelle-product-section-nav {
  position: sticky;
  top: 0;
  z-index: 90;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  margin: 0;
  border-top: 1px solid #142239;
  border-bottom: 1px solid #cbd1da;
  background: rgba(244, 245, 247, 0.96);
  box-shadow: 0 8px 22px rgba(20, 34, 57, 0.05);
  backdrop-filter: blur(14px);
}
.admin-bar .orcelle-product-section-nav {
  top: 32px;
}
.orcelle-product-section-nav a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 62px;
  padding: 10px 14px;
  border-right: 1px solid #d7dce4;
  color: #667080;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
}
.orcelle-product-section-nav a:last-child {
  border-right: 0;
}
.orcelle-product-section-nav a:hover,
.orcelle-product-section-nav a[aria-current="true"] {
  color: #142239;
}
.orcelle-product-section-nav a[aria-current="true"]::after {
  position: absolute;
  right: 20px;
  bottom: -1px;
  left: 20px;
  height: 2px;
  background: #142239;
  content: "";
}
.orcelle-product-section-nav a:focus-visible {
  z-index: 1;
  outline-offset: -3px;
}
.orcelle-product-information [data-product-section] {
  scroll-margin-top: 70px;
}
.orcelle-product-details {
  position: relative;
  margin: 0;
  padding-bottom: 38px;
  border-bottom: 1px solid #d4dae2;
}
.orcelle-product-details__content {
  position: relative;
  overflow: hidden;
  transition: max-height 320ms ease;
}
.orcelle-product-details[data-collapsed="true"] .orcelle-product-details__content {
  max-height: 860px;
}
.orcelle-product-details[data-collapsed="true"] .orcelle-product-details__content::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 190px;
  background: linear-gradient(to bottom, rgba(244, 245, 247, 0), #f4f5f7 82%);
  content: "";
  pointer-events: none;
}
.orcelle-product-details[data-collapsed="false"] .orcelle-product-details__content {
  max-height: none;
}
.orcelle-product-details__toggle {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: min(360px, calc(100% - 32px));
  min-height: 54px;
  margin: 24px auto 0;
  padding: 0 24px;
  border: 1px solid #9aa4b2;
  border-radius: 0;
  background: #f4f5f7;
  color: #142239;
  font-size: 14px;
  font-weight: 600;
  box-shadow: none;
}
.orcelle-product-details__toggle:hover {
  border-color: #142239;
  background: #eef1f5;
  color: #142239;
}
.orcelle-product-details__less,
.orcelle-product-details[data-collapsed="false"] .orcelle-product-details__more {
  display: none;
}
.orcelle-product-details[data-collapsed="false"] .orcelle-product-details__less {
  display: inline;
}
.orcelle-product-details__chevron {
  width: 8px;
  height: 8px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 180ms ease;
}
.orcelle-product-details[data-collapsed="false"] .orcelle-product-details__chevron {
  transform: translateY(2px) rotate(225deg);
}
.orcelle-product-section {
  margin: 0;
  padding: 38px 0;
  border-bottom: 1px solid #d4dae2;
}
.orcelle-product-section > h2 {
  margin: 0 0 28px;
  color: #142239;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.035em;
}
.orcelle-product-inquiry__body {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}
.orcelle-product-inquiry__body > p {
  max-width: 680px;
  margin: 0;
  color: #667080;
  font-size: 13px;
  line-height: 1.85;
}

@media (max-width: 767px) {
  .admin-bar .site-header.orcelle-header {
    top: auto;
  }
  .admin-bar .orcelle-product-section-nav {
    top: 46px;
  }
  .orcelle-product-section-nav a {
    min-height: 56px;
    padding: 8px 5px;
    font-size: 10px;
    letter-spacing: -0.035em;
  }
  .orcelle-product-section-nav a[aria-current="true"]::after {
    right: 7px;
    left: 7px;
  }
  .orcelle-product-information [data-product-section] {
    scroll-margin-top: 64px;
  }
  .orcelle-product-details[data-collapsed="true"] .orcelle-product-details__content {
    max-height: 620px;
  }
  .orcelle-product-details[data-collapsed="true"] .orcelle-product-details__content::after {
    height: 150px;
  }
  .orcelle-product-details {
    padding-bottom: 30px;
  }
  .orcelle-product-details__toggle {
    min-height: 50px;
    margin-top: 20px;
    font-size: 13px;
  }
  .orcelle-product-section {
    padding: 30px 0;
  }
  .orcelle-product-section > h2 {
    margin-bottom: 22px;
    font-size: 20px;
  }
  .orcelle-product-inquiry__body {
    align-items: stretch;
    flex-direction: column;
    gap: 20px;
  }
}
