.oreyne-private-collection-page .entry-title,
.oreyne-private-collection-page .page-title,
.oreyne-private-collection-page .breadcrumbs,
.oreyne-private-collection-page .woocommerce-breadcrumb {
  display: none !important;
}

.oreyne-pc,
.oreyne-pc * {
  box-sizing: border-box;
}

/* Typography intentionally inherits OREYNE/Umino theme fonts,
   so this page stays visually consistent with the About page. */
.oreyne-pc {
  --pc-ivory: #f7f4ee;
  --pc-paper: #fffdfa;
  --pc-ink: #181512;
  --pc-muted: #655e56;
  --pc-muted-2: #81786f;
  --pc-accent: #8f765d;
  --pc-line: #ddd4c9;
  width: 100%;
  color: var(--pc-ink);
}

.oreyne-pc h1,
.oreyne-pc h2,
.oreyne-pc h3 {
  margin: 0;
  color: var(--pc-ink);
  letter-spacing: -0.02em;
}

.oreyne-pc-eyebrow {
  margin: 0 0 16px;
  color: #796854;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1.4;
  text-transform: uppercase;
}

/* ==================================================
   ACCESS GATE — DESKTOP
   ================================================== */

.oreyne-pc-gate {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(380px, 0.94fr);
  gap: clamp(52px, 6vw, 96px);
  align-items: center;
  width: min(calc(100% - 64px), 1260px);
  min-height: 570px;
  margin: 0 auto;
  padding: clamp(56px, 6vw, 80px);
  background: var(--pc-ivory);
  border: 1px solid rgba(221, 212, 201, 0.9);
  border-radius: 18px;
}

.oreyne-pc-gate__copy {
  min-width: 0;
}

.oreyne-pc-gate h1 {
  max-width: 590px;
  font-size: clamp(46px, 3.65vw, 64px);
  line-height: 1.03;
  letter-spacing: -0.018em;
  text-wrap: balance;
}

.oreyne-pc-intro {
  max-width: 600px;
  margin: 24px 0 0;
  color: var(--pc-muted);
  font-size: clamp(18px, 1.35vw, 20px);
  line-height: 1.78;
}

/* Benefits become editorial columns, not cards */
.oreyne-pc-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 760px;
  margin-top: 34px;
  padding-top: 21px;
  border-top: 1px solid var(--pc-line);
}

.oreyne-pc-benefit {
  min-width: 0;
  padding: 0 20px;
  border-right: 1px solid var(--pc-line);
  background: transparent;
}

.oreyne-pc-benefit:first-child {
  padding-left: 0;
}

.oreyne-pc-benefit:last-child {
  padding-right: 0;
  border-right: 0;
}

.oreyne-pc-benefit h2 {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.01em;
}

.oreyne-pc-benefit p {
  margin: 8px 0 0;
  color: var(--pc-muted-2);
  font-size: 14.5px;
  line-height: 1.68;
}

.oreyne-pc-quiet-line {
  max-width: 610px;
  margin: 28px 0 0;
  color: #8d8277;
  font-size: 18.5px;
  font-style: italic;
  line-height: 1.5;
}

/* Form becomes lighter and less like an account-login card */
.oreyne-pc-gate__form-wrap {
  width: 100%;
  max-width: 470px;
  justify-self: end;
  padding: clamp(28px, 3.2vw, 38px);
  border: 1px solid rgba(213, 203, 191, 0.92);
  border-radius: 14px;
  background: rgba(255, 253, 250, 0.72);
  box-shadow: 0 10px 28px rgba(33, 24, 15, 0.035);
}

.oreyne-pc-form-eyebrow {
  margin: 0 0 18px;
  color: #796854;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-transform: uppercase;
}

.oreyne-pc-form label {
  display: block;
  margin-bottom: 10px;
  color: #302a25;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.oreyne-pc-form input {
  display: block;
  width: 100%;
  min-height: 56px;
  padding: 0 16px;
  border: 1px solid #c9beb1;
  border-radius: 9px;
  background: rgba(255,255,255,0.96);
  color: var(--pc-ink);
  font: inherit;
  font-size: 16px;
  line-height: 1.4;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.oreyne-pc-form input::placeholder {
  color: #9a9188;
}

.oreyne-pc-form input:focus {
  border-color: #8f765d;
  outline: none;
  box-shadow: 0 0 0 3px rgba(143, 118, 93, 0.10);
}

.oreyne-pc-form button {
  width: 100%;
  min-height: 56px;
  margin-top: 14px;
  padding: 0 18px;
  border: 1px solid var(--pc-ink);
  border-radius: 999px;
  background: var(--pc-ink);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  cursor: pointer;
  transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
}

.oreyne-pc-form button:hover {
  background: #4a423a;
  border-color: #4a423a;
  transform: translateY(-1px);
}

.oreyne-pc-form button:disabled {
  opacity: 0.62;
  cursor: wait;
  transform: none;
}

.oreyne-pc-note {
  margin: 17px 0 0;
  color: var(--pc-muted-2);
  font-size: 14px;
  line-height: 1.72;
}

.oreyne-pc-notice {
  display: block;
  margin: 0 0 20px;
  padding: 14px 15px;
  border-left: 2px solid #9d8265;
  border-radius: 7px;
  background: #eee6dc;
  font-size: 14px;
  line-height: 1.55;
}

.oreyne-pc-notice strong,
.oreyne-pc-notice span {
  display: block;
}

.oreyne-pc-notice span {
  margin-top: 3px;
  color: var(--pc-muted);
}

/* ==================================================
   CATALOGUE
   ================================================== */

.oreyne-pc--catalogue {
  width: min(calc(100% - 64px), 1320px);
  margin: 0 auto;
  padding: clamp(72px, 8vw, 124px) 0;
}

.oreyne-pc-catalogue__header {
  max-width: 760px;
  margin: 0 auto clamp(48px, 6vw, 78px);
  text-align: center;
}

.oreyne-pc-catalogue__header h1 {
  font-size: clamp(48px, 4.2vw, 66px);
  line-height: 1.02;
  letter-spacing: -0.018em;
}

.oreyne-pc-catalogue__header > p:last-child {
  margin: 20px 0 0;
  color: var(--pc-muted);
  font-size: 17px;
  line-height: 1.72;
}

.oreyne-pc-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 56px 28px;
}

.oreyne-pc-card {
  min-width: 0;
}

.oreyne-pc-card__image {
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border-radius: 12px;
  background: #eee9e1;
}

.oreyne-pc-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.oreyne-pc-card__image:hover img {
  transform: scale(1.015);
}

.oreyne-pc-card h2 {
  margin-top: 17px;
  font-size: 16px;
  font-weight: 550;
  letter-spacing: 0;
  line-height: 1.45;
}

.oreyne-pc-card a {
  color: inherit;
  text-decoration: none;
}

.oreyne-pc-card__price {
  margin-top: 7px;
  color: var(--pc-muted);
  font-size: 15px;
}

.oreyne-pc-card__price del {
  opacity: 0.55;
}

.oreyne-pc-card__price ins {
  text-decoration: none;
}

.oreyne-pc-empty {
  padding: 70px 24px;
  border-top: 1px solid var(--pc-line);
  border-bottom: 1px solid var(--pc-line);
  text-align: center;
}

.oreyne-pc-empty h2 {
  font-size: clamp(38px, 4vw, 56px);
}

.oreyne-pc-empty p {
  color: var(--pc-muted);
}

/* ==================================================
   WAITING STATE
   ================================================== */

.oreyne-pc-waiting {
  display: flex;
  min-height: 380px;
  flex-direction: column;
  justify-content: center;
  padding: 2px;
}

.oreyne-pc-waiting__mark {
  display: flex;
  gap: 7px;
  align-items: center;
  height: 16px;
  margin-bottom: 28px;
}

.oreyne-pc-waiting__mark span {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #9d8265;
  animation: oreynePcPulse 1.35s ease-in-out infinite;
}

.oreyne-pc-waiting__mark span:nth-child(2) { animation-delay: 0.16s; }
.oreyne-pc-waiting__mark span:nth-child(3) { animation-delay: 0.32s; }

.oreyne-pc-waiting__eyebrow {
  margin: 0 0 12px;
  color: #796854;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-transform: uppercase;
}

.oreyne-pc-waiting h2 {
  max-width: 390px;
  font-size: clamp(36px, 3vw, 46px);
  line-height: 1.04;
  letter-spacing: -0.015em;
}

.oreyne-pc-waiting > p:not(.oreyne-pc-waiting__eyebrow):not(.oreyne-pc-waiting__aside) {
  max-width: 420px;
  margin: 20px 0 0;
  color: var(--pc-muted);
  font-size: 16px;
  line-height: 1.72;
}

.oreyne-pc-waiting__status {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid var(--pc-line);
  color: #403a34;
  font-size: 13.5px;
  font-weight: 600;
}

.oreyne-pc-waiting__pulse {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #9d8265;
  box-shadow: 0 0 0 0 rgba(157, 130, 101, 0.34);
  animation: oreynePcRing 1.8s ease-out infinite;
}

.oreyne-pc-waiting__aside {
  max-width: 420px;
  margin: 13px 0 0 !important;
  color: #81776c !important;
  font-size: 13px;
  line-height: 1.6 !important;
}

.oreyne-pc-waiting__reset {
  display: inline-block;
  align-self: flex-start;
  margin-top: 22px;
  padding-bottom: 3px;
  border-bottom: 1px solid #968775;
  color: #5d5247 !important;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-decoration: none !important;
}

.oreyne-pc-waiting__reset:hover {
  color: #171512 !important;
  border-color: #171512;
}

.oreyne-pc--waiting .oreyne-pc-gate__form-wrap {
  background: rgba(255, 253, 250, 0.72);
}

@keyframes oreynePcPulse {
  0%, 70%, 100% { opacity: 0.28; transform: translateY(0); }
  35% { opacity: 1; transform: translateY(-3px); }
}

@keyframes oreynePcRing {
  0% { box-shadow: 0 0 0 0 rgba(157, 130, 101, 0.32); }
  70% { box-shadow: 0 0 0 8px rgba(157, 130, 101, 0); }
  100% { box-shadow: 0 0 0 0 rgba(157, 130, 101, 0); }
}

/* ==================================================
   RESPONSIVE
   ================================================== */

@media (max-width: 1120px) {
  .oreyne-pc-gate {
    grid-template-columns: minmax(0, 1fr) minmax(350px, 0.9fr);
    gap: 44px;
    padding: 52px 44px;
  }

  .oreyne-pc-gate h1 {
    font-size: clamp(44px, 4.6vw, 58px);
    line-height: 1.03;
  }

  .oreyne-pc-benefits {
    grid-template-columns: 1fr;
    padding-top: 0;
    border-top: 0;
  }

  .oreyne-pc-benefit,
  .oreyne-pc-benefit:first-child,
  .oreyne-pc-benefit:last-child {
    padding: 14px 0;
    border-right: 0;
    border-top: 1px solid var(--pc-line);
  }

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

@media (max-width: 800px) {
  .oreyne-pc-gate {
    grid-template-columns: 1fr;
    width: calc(100% - 28px);
    min-height: 0;
    gap: 34px;
    padding: 38px 20px;
    border-radius: 12px;
  }

  .oreyne-pc-gate h1 {
    max-width: 100%;
    font-size: clamp(40px, 10.8vw, 50px);
    line-height: 1.04;
    letter-spacing: -0.015em;
  }

  .oreyne-pc-intro {
    margin-top: 20px;
    font-size: 17px;
  }

  .oreyne-pc-quiet-line {
    margin-top: 22px;
    font-size: 17px;
  }

  .oreyne-pc-gate__form-wrap {
    max-width: none;
    justify-self: stretch;
    padding: 22px 18px;
    border-radius: 11px;
    box-shadow: none;
  }

  .oreyne-pc--catalogue {
    width: calc(100% - 28px);
    padding: 64px 0;
  }

  .oreyne-pc-catalogue__header {
    margin-bottom: 44px;
  }

  .oreyne-pc-catalogue__header h1 {
    font-size: clamp(42px, 11vw, 52px);
    line-height: 1.04;
  }

  .oreyne-pc-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .oreyne-pc-waiting {
    min-height: 310px;
  }

  .oreyne-pc-waiting h2 {
    font-size: clamp(36px, 9.5vw, 44px);
    line-height: 1.05;
  }
}

@media (prefers-reduced-motion: reduce) {
  .oreyne-pc *,
  .oreyne-pc-waiting__mark span,
  .oreyne-pc-waiting__pulse {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}


.oreyne-pc-waiting__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 20px;
  margin-top: 22px;
}

.oreyne-pc-resend-form {
  margin: 0;
}

.oreyne-pc-waiting__resend {
  appearance: none;
  padding: 0 0 3px;
  border: 0;
  border-bottom: 1px solid #968775;
  background: transparent;
  color: #5d5247;
  cursor: pointer;
  font: inherit;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.5;
  text-transform: uppercase;
}

.oreyne-pc-waiting__resend:hover,
.oreyne-pc-waiting__resend:focus-visible {
  color: #171512;
  border-color: #171512;
}

.oreyne-pc-waiting__actions .oreyne-pc-waiting__reset {
  margin-top: 0;
}
