.ocfaq-active .entry-header,
.ocfaq-active .hero-section,
.ocfaq-active .page-title {
  display: none;
}

.ocfaq-active .site-main,
.ocfaq-active .entry-content,
.ocfaq-active [data-content="normal"] {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ocfaq-active .entry-content.is-layout-constrained > .ocfaq-page {
  width: 100vw !important;
  max-width: none !important;
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
}

.ocfaq-page {
  overflow: hidden;
  color: var(--ocfaq-text, #26322b);
  background: var(--ocfaq-cream, #f8f3ea);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}

.ocfaq-container {
  width: min(1160px, calc(100% - 48px));
  margin-inline: auto;
}

.ocfaq-content-width {
  max-width: 980px;
}

.ocfaq-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 540px;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 50% 20%, rgba(255,255,255,.95) 0%, rgba(255,255,255,.56) 36%, transparent 70%),
    linear-gradient(105deg, #eef3ec 0%, var(--ocfaq-cream, #f8f3ea) 40%, var(--ocfaq-white, #fffdf8) 60%, #eef3ec 100%);
  border-bottom: 1px solid rgba(63, 88, 72, .12);
}

.ocfaq-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 910px;
  padding-block: 88px;
  text-align: center;
}

.ocfaq-eyebrow {
  margin: 0 0 16px;
  color: var(--ocfaq-accent, #c87556);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .28em;
}

.ocfaq-page h1,
.ocfaq-page h2 {
  color: var(--ocfaq-green, #3f5848);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  letter-spacing: -.02em;
}

.ocfaq-page h1 {
  max-width: 850px;
  margin: 0 auto;
  font-size: clamp(48px, 5vw, 65px);
  line-height: 1;
}

.ocfaq-lead {
  max-width: 760px;
  margin: 26px auto 0;
  font-size: 16px;
  line-height: 1.7;
}

.ocfaq-flourish {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 25px auto 0;
  color: var(--ocfaq-green, #3f5848);
  font-size: 12px;
}

.ocfaq-flourish i {
  width: 52px;
  height: 1px;
  background: rgba(200, 117, 86, .65);
}

.ocfaq-flourish b { font-weight: 400; }

.ocfaq-hero-art {
  position: absolute;
  z-index: 1;
  bottom: -4%;
  width: min(390px, 28vw);
  max-height: 92%;
  object-fit: contain;
  object-position: bottom;
  opacity: .1;
  filter: sepia(.12) saturate(.55);
  pointer-events: none;
}

.ocfaq-hero-art-left { left: -2%; }
.ocfaq-hero-art-right { right: -2%; transform: scaleX(-1); }

.ocfaq-list-section {
  padding: 92px 0 104px;
}

.ocfaq-section-head {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.ocfaq-section-head h2 {
  margin: 0 0 16px;
  font-size: clamp(34px, 3.3vw, 44px);
  line-height: 1.06;
}

.ocfaq-section-head > p:last-child {
  margin: 0;
  color: rgba(38, 50, 43, .7);
  font-size: 15px;
}

.ocfaq-list {
  display: grid;
  gap: 14px;
}

.ocfaq-item {
  overflow: hidden;
  background: rgba(255, 253, 248, .88);
  border: 1px solid rgba(63, 88, 72, .16);
  border-radius: 18px;
  box-shadow: 0 8px 30px rgba(38, 50, 43, .025);
  transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.ocfaq-item:hover {
  border-color: rgba(63, 88, 72, .3);
  box-shadow: 0 13px 35px rgba(38, 50, 43, .055);
}

.ocfaq-item[open] {
  border-color: rgba(63, 88, 72, .28);
  box-shadow: 0 16px 40px rgba(38, 50, 43, .06);
}

.ocfaq-item summary {
  display: grid;
  grid-template-columns: 42px 1fr 34px;
  align-items: center;
  gap: 14px;
  min-height: 78px;
  padding: 13px 24px;
  cursor: pointer;
  list-style: none;
}

.ocfaq-item summary::-webkit-details-marker { display: none; }

.ocfaq-number {
  color: var(--ocfaq-accent, #c87556);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 21px;
  font-weight: 600;
}

.ocfaq-question {
  color: var(--ocfaq-green, #3f5848);
  font-size: 16px;
  font-weight: 650;
  line-height: 1.4;
}

.ocfaq-toggle {
  position: relative;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(63, 88, 72, .28);
  border-radius: 50%;
}

.ocfaq-toggle::before,
.ocfaq-toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 1px;
  content: "";
  background: var(--ocfaq-green, #3f5848);
  transform: translate(-50%, -50%);
  transition: transform .22s ease;
}

.ocfaq-toggle::after { transform: translate(-50%, -50%) rotate(90deg); }
.ocfaq-item[open] .ocfaq-toggle::after { transform: translate(-50%, -50%) rotate(0); }

.ocfaq-answer {
  padding: 0 74px 26px 80px;
  color: rgba(38, 50, 43, .85);
  font-size: 15px;
  line-height: 1.72;
}

.ocfaq-answer p { margin: 0 0 13px; }
.ocfaq-answer p:last-child { margin-bottom: 0; }

.ocfaq-cta-section {
  padding: 0 0 100px;
}

.ocfaq-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 54px;
  padding: 50px 56px;
  color: var(--ocfaq-white, #fffdf8);
  background: var(--ocfaq-green, #3f5848);
  border-radius: 26px;
  box-shadow: 0 24px 65px rgba(38, 50, 43, .12);
}

.ocfaq-cta .ocfaq-eyebrow { margin-bottom: 10px; color: #e8cbb8; }

.ocfaq-cta h2 {
  margin: 0 0 10px;
  color: var(--ocfaq-white, #fffdf8);
  font-size: clamp(34px, 3.3vw, 44px);
  line-height: 1.05;
}

.ocfaq-cta p:last-child { max-width: 650px; margin: 0; color: rgba(255,253,248,.82); }

.ocfaq-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 285px;
}

.ocfaq-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 48px;
  padding: 11px 19px;
  border: 1px solid rgba(255,255,255,.48);
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.ocfaq-button:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(0,0,0,.14); }
.ocfaq-button:active { transform: translateY(1px); box-shadow: inset 0 3px 8px rgba(0,0,0,.18); }
.ocfaq-button:focus-visible { outline: 2px solid var(--ocfaq-accent, #c87556); outline-offset: 3px; }
.ocfaq-button-primary { color: var(--ocfaq-green, #3f5848); background: var(--ocfaq-white, #fffdf8); }
.ocfaq-button-secondary { color: var(--ocfaq-white, #fffdf8); background: transparent; }

@media (max-width: 820px) {
  .ocfaq-container { width: min(100% - 28px, 1160px); }
  .ocfaq-hero { min-height: 500px; }
  .ocfaq-hero-inner { padding-block: 72px; }
  .ocfaq-page h1 { font-size: clamp(42px, 10vw, 54px); }
  .ocfaq-lead { font-size: 16px; }
  .ocfaq-list-section { padding: 66px 0 76px; }
  .ocfaq-item summary { grid-template-columns: 34px 1fr 30px; gap: 10px; min-height: 72px; padding: 11px 16px; }
  .ocfaq-answer { padding: 0 50px 22px 60px; }
  .ocfaq-cta { grid-template-columns: 1fr; gap: 30px; padding: 38px 30px; }
  .ocfaq-actions { min-width: 0; }
  .ocfaq-hero-art { width: 220px; opacity: .07; }
  .ocfaq-hero-art-left { left: -90px; }
  .ocfaq-hero-art-right { right: -90px; }
}

@media (max-width: 480px) {
  .ocfaq-hero { min-height: 460px; }
  .ocfaq-page h1 { font-size: 42px; }
  .ocfaq-section-head h2 { font-size: 33px; }
  .ocfaq-question { font-size: 14px; }
  .ocfaq-number { font-size: 18px; }
  .ocfaq-answer { padding: 0 18px 22px 60px; font-size: 14px; }
  .ocfaq-cta-section { padding-bottom: 66px; }
  .ocfaq-cta { padding: 32px 22px; border-radius: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .ocfaq-item,
  .ocfaq-button,
  .ocfaq-toggle::after { transition: none; }
}
