/*
 * Optimal Home 0.2.6 — premium guide and FAQ experience.
 * Editorial depth, local assets, progressive motion and reduced-motion support.
 */

.oh-guide-experience {
  --oh-guide-ink: #10181c;
  --oh-guide-ink-2: #172329;
  --oh-guide-paper: #f4f1eb;
  --oh-guide-paper-deep: #e8e2d8;
  --oh-guide-white: #fff;
  --oh-guide-muted: #58666c;
  --oh-guide-line: rgba(16, 24, 28, 0.14);
  --oh-guide-copper: #b86f42;
  --oh-guide-copper-dark: #8f4f30;
  --oh-guide-gold: #d7b66f;
  --oh-guide-sage: #72887f;
  --oh-guide-shadow: 0 30px 80px rgba(7, 15, 19, 0.15);
  color: var(--oh-guide-ink);
  background: var(--oh-guide-paper);
}

.oh-guide-experience #brx-content {
  overflow: clip;
}

.oh-guide-experience .oh-guide-shell {
  width: min(calc(100% - 48px), 1320px);
  margin-inline: auto;
}

.oh-guide-experience .oh-guide-kicker {
  margin: 0 0 18px;
  color: var(--oh-guide-copper);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.oh-guide-experience .oh-guide-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.oh-guide-experience .oh-guide-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.oh-guide-experience .oh-guide-button:hover,
.oh-guide-experience .oh-guide-button:focus-visible {
  transform: translateY(-2px);
}

.oh-guide-experience .oh-guide-button--gold {
  color: var(--oh-guide-ink);
  border-color: var(--oh-guide-gold);
  background: var(--oh-guide-gold);
  box-shadow: 0 17px 36px rgba(215, 182, 111, 0.18);
}

.oh-guide-experience .oh-guide-button--gold:hover,
.oh-guide-experience .oh-guide-button--gold:focus-visible {
  color: var(--oh-guide-white);
  border-color: var(--oh-guide-copper);
  background: var(--oh-guide-copper);
}

.oh-guide-experience .oh-guide-button--outline {
  color: var(--oh-guide-white);
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(14px);
}

.oh-guide-experience .oh-guide-button--outline:hover,
.oh-guide-experience .oh-guide-button--outline:focus-visible {
  border-color: var(--oh-guide-white);
  background: rgba(255, 255, 255, 0.11);
}

.oh-guide-experience .oh-guide-button--copper {
  color: var(--oh-guide-white);
  border-color: var(--oh-guide-copper);
  background: var(--oh-guide-copper);
  box-shadow: 0 18px 38px rgba(184, 111, 66, 0.2);
}

.oh-guide-experience .oh-guide-button--copper:hover,
.oh-guide-experience .oh-guide-button--copper:focus-visible {
  border-color: var(--oh-guide-copper-dark);
  background: var(--oh-guide-copper-dark);
}

.oh-guide-experience .oh-guide-text-link {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  width: fit-content;
  color: var(--oh-guide-copper-dark);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  text-decoration: none;
}

.oh-guide-experience .oh-guide-text-link span {
  transition: transform 180ms ease;
}

.oh-guide-experience .oh-guide-text-link:hover span,
.oh-guide-experience .oh-guide-text-link:focus-visible span {
  transform: translateX(3px);
}

.oh-guide-experience a:focus-visible,
.oh-guide-experience button:focus-visible {
  outline: 3px solid var(--oh-guide-gold);
  outline-offset: 4px;
}

/* Hub hero */
.oh-guide-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--oh-guide-white);
  background:
    radial-gradient(circle at 12% 20%, rgba(184, 111, 66, 0.14), transparent 30%),
    linear-gradient(130deg, #0c1316 0%, #162329 57%, #0d161a 100%);
}

.oh-guide-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, #000, transparent 86%);
}

.oh-guide-hero__orb {
  position: absolute;
  top: -180px;
  right: -120px;
  width: 560px;
  height: 560px;
  border: 1px solid rgba(215, 182, 111, 0.24);
  border-radius: 50%;
  opacity: 0.7;
  box-shadow:
    inset 0 0 90px rgba(215, 182, 111, 0.05),
    0 0 0 70px rgba(255, 255, 255, 0.015),
    0 0 0 140px rgba(255, 255, 255, 0.01);
  pointer-events: none;
}

.oh-guide-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(420px, 0.86fr);
  gap: clamp(50px, 7vw, 110px);
  align-items: center;
  min-height: 740px;
  padding-block: clamp(82px, 9vw, 126px) 90px;
}

.oh-guide-hero__copy {
  position: relative;
  z-index: 2;
}

.oh-guide-hero__copy .oh-guide-kicker {
  color: var(--oh-guide-gold);
}

.oh-guide-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--oh-guide-white);
  font-size: clamp(54px, 6.4vw, 98px);
  font-weight: 760;
  line-height: 0.91;
  letter-spacing: -0.063em;
}

.oh-guide-hero h1 span {
  color: var(--oh-guide-gold);
  font-weight: 560;
}

.oh-guide-hero__lead {
  max-width: 650px;
  margin: 30px 0 34px;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(18px, 1.65vw, 22px);
  line-height: 1.58;
}

.oh-guide-hero__signals {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  margin: 34px 0 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.64);
  list-style: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.oh-guide-hero__signals li {
  display: inline-flex;
  gap: 7px;
  align-items: center;
}

.oh-guide-hero__signals span {
  color: var(--oh-guide-gold);
}

.oh-guide-hero__media {
  position: relative;
  min-height: 560px;
  margin: 0;
  transform: translateY(var(--oh-guide-media-y, 0));
  transition: transform 120ms linear;
}

.oh-guide-hero__media::before {
  position: absolute;
  inset: 34px -32px -30px 44px;
  z-index: -1;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.36);
}

.oh-guide-hero__media img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: center;
  border-radius: 3px;
  filter: saturate(0.88) contrast(1.03);
}

.oh-guide-hero__media figcaption {
  position: absolute;
  right: -20px;
  bottom: 28px;
  display: grid;
  gap: 3px;
  min-width: 290px;
  padding: 18px 22px;
  color: var(--oh-guide-ink);
  background: rgba(244, 241, 235, 0.94);
  box-shadow: 0 22px 52px rgba(4, 10, 13, 0.26);
  backdrop-filter: blur(16px);
}

.oh-guide-hero__media figcaption span {
  color: var(--oh-guide-copper-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.oh-guide-hero__media figcaption strong {
  font-size: 15px;
  line-height: 1.3;
}

.oh-guide-hero__note {
  position: absolute;
  top: 20px;
  left: -42px;
  display: grid;
  width: 112px;
  height: 112px;
  place-content: center;
  color: var(--oh-guide-ink);
  background: var(--oh-guide-gold);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
  text-align: center;
}

.oh-guide-hero__note span {
  font-size: 38px;
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.oh-guide-hero__note small {
  margin-top: 8px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.oh-guide-hero__marquee {
  display: flex;
  gap: clamp(20px, 3vw, 46px);
  align-items: center;
  justify-content: center;
  min-height: 68px;
  padding: 14px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.68);
  background: rgba(0, 0, 0, 0.12);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.oh-guide-hero__marquee i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--oh-guide-gold);
}

/* Reader paths */
.oh-guide-paths {
  position: relative;
  z-index: 5;
  margin-top: -1px;
  background: var(--oh-guide-paper);
}

.oh-guide-paths__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-block: 32px;
}

.oh-guide-paths a {
  position: relative;
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 3px 18px;
  min-height: 122px;
  align-content: center;
  padding: 24px 30px;
  border-right: 1px solid var(--oh-guide-line);
  color: var(--oh-guide-ink);
  text-decoration: none;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.oh-guide-paths a:first-child {
  border-left: 1px solid var(--oh-guide-line);
}

.oh-guide-paths a:hover,
.oh-guide-paths a:focus-visible {
  color: var(--oh-guide-white);
  background: var(--oh-guide-ink-2);
  transform: translateY(-5px);
}

.oh-guide-paths a > span {
  grid-row: 1 / 3;
  color: var(--oh-guide-copper);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.oh-guide-paths a strong {
  font-size: 22px;
  line-height: 1.05;
}

.oh-guide-paths a small {
  color: var(--oh-guide-muted);
  font-size: 12px;
  line-height: 1.4;
}

.oh-guide-paths a:hover small,
.oh-guide-paths a:focus-visible small {
  color: rgba(255, 255, 255, 0.66);
}

/* Shared section heading */
.oh-guide-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.58fr);
  gap: 60px;
  align-items: end;
  margin-bottom: 52px;
}

.oh-guide-section-head h2,
.oh-guide-method h2,
.oh-guide-contact h2,
.oh-guide-related h2 {
  max-width: 880px;
  margin: 0;
  color: var(--oh-guide-ink);
  font-size: clamp(38px, 4.5vw, 66px);
  font-weight: 750;
  line-height: 0.98;
  letter-spacing: -0.052em;
}

.oh-guide-section-head > p {
  margin: 0;
  color: var(--oh-guide-muted);
  font-size: 16px;
  line-height: 1.65;
}

/* Guide library */
.oh-guide-library {
  position: relative;
  padding-block: clamp(90px, 10vw, 144px);
  background:
    radial-gradient(circle at 90% 15%, rgba(215, 182, 111, 0.14), transparent 25%),
    var(--oh-guide-paper);
}

.oh-guide-library__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.oh-guide-card {
  display: grid;
  grid-template-columns: minmax(180px, 0.68fr) minmax(0, 1fr);
  min-height: 410px;
  overflow: hidden;
  border: 1px solid var(--oh-guide-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow:
    18px 18px 40px rgba(149, 139, 122, 0.12),
    -12px -12px 30px rgba(255, 255, 255, 0.66);
  transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.oh-guide-card:hover {
  border-color: rgba(184, 111, 66, 0.46);
  box-shadow: 0 32px 70px rgba(12, 20, 24, 0.15);
  transform: translateY(-7px);
}

.oh-guide-card--lead {
  grid-column: 1 / -1;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.12fr);
  min-height: 520px;
}

.oh-guide-card__art {
  position: relative;
  display: grid;
  min-height: 100%;
  place-content: center;
  overflow: hidden;
  color: var(--oh-guide-white);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.05), transparent 42%),
    #172329;
  text-decoration: none;
}

.oh-guide-card__art::before,
.oh-guide-card__art::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.oh-guide-card__art::before {
  inset: -32% -55%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  transform: rotate(-18deg);
}

.oh-guide-card__art::after {
  top: 13%;
  right: 11%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--oh-guide-gold);
  box-shadow: 0 0 0 10px rgba(215, 182, 111, 0.1);
}

.oh-guide-card__art--sprzedaz {
  background:
    radial-gradient(circle at 16% 14%, rgba(215, 182, 111, 0.26), transparent 32%),
    linear-gradient(145deg, #151e22, #26373e);
}

.oh-guide-card__art--zakup {
  background:
    radial-gradient(circle at 84% 20%, rgba(184, 111, 66, 0.28), transparent 34%),
    linear-gradient(145deg, #132127, #283a40);
}

.oh-guide-card__art--wynajem {
  background:
    radial-gradient(circle at 20% 82%, rgba(114, 136, 127, 0.34), transparent 38%),
    linear-gradient(145deg, #172225, #30413d);
}

.oh-guide-card__art img,
.oh-guide-single-hero__art img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.oh-guide-card__art--editorial::before,
.oh-guide-card__art--editorial::after,
.oh-guide-single-hero__art--editorial::before {
  display: none;
}

.oh-guide-card__art .oh-guide-cover,
.oh-guide-single-hero__art .oh-guide-cover {
  transition: transform 650ms cubic-bezier(0.22, 1, 0.36, 1), filter 650ms ease;
}

.oh-guide-card:hover .oh-guide-cover,
.oh-guide-card:focus-within .oh-guide-cover {
  filter: saturate(1.06) contrast(1.02);
  transform: scale(1.035);
}

.oh-guide-card__monogram {
  position: relative;
  z-index: 1;
  font-size: clamp(64px, 8vw, 120px);
  font-weight: 800;
  line-height: 0.8;
  letter-spacing: -0.09em;
  opacity: 0.92;
}

.oh-guide-card__line {
  position: relative;
  z-index: 1;
  width: 68%;
  height: 2px;
  margin: 24px auto 0;
  background: var(--oh-guide-gold);
  box-shadow: 22px 8px 0 rgba(255, 255, 255, 0.25);
}

.oh-guide-card__art small {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  z-index: 1;
  color: rgba(255, 255, 255, 0.78);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-shadow: 0 2px 18px rgba(5, 12, 15, 0.58);
}

.oh-guide-card__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(28px, 3.3vw, 48px);
}

.oh-guide-card__meta,
.oh-guide-single__meta {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0 0 24px;
  color: var(--oh-guide-muted);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.oh-guide-card__meta span,
.oh-guide-single__meta span {
  padding: 7px 9px;
  border-radius: 3px;
  color: var(--oh-guide-copper-dark);
  background: rgba(184, 111, 66, 0.1);
}

.oh-guide-card h3 {
  margin: 0 0 18px;
  font-size: clamp(25px, 2.4vw, 38px);
  font-weight: 760;
  line-height: 1.04;
  letter-spacing: -0.038em;
}

.oh-guide-card h3 a {
  color: var(--oh-guide-ink);
  text-decoration: none;
}

.oh-guide-card__body > p:not(.oh-guide-card__meta) {
  margin: 0 0 26px;
  color: var(--oh-guide-muted);
  font-size: 15px;
  line-height: 1.65;
}

.oh-guide-card__body .oh-guide-text-link {
  margin-top: auto;
}

.oh-guide-library__empty {
  display: grid;
  min-height: 360px;
  place-items: center;
  padding: 50px;
  border: 1px solid var(--oh-guide-line);
  text-align: center;
}

.oh-guide-library__empty > span {
  color: var(--oh-guide-copper);
  font-size: 70px;
  font-weight: 800;
  letter-spacing: -0.08em;
}

.oh-guide-library__empty h3 {
  margin: 0;
  font-size: 30px;
}

.oh-guide-library__empty p {
  max-width: 580px;
  margin: 0;
  color: var(--oh-guide-muted);
}

/* Method */
.oh-guide-method {
  padding-block: clamp(90px, 10vw, 138px);
  color: var(--oh-guide-white);
  background:
    linear-gradient(120deg, rgba(184, 111, 66, 0.08), transparent 35%),
    var(--oh-guide-ink-2);
}

.oh-guide-method__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1fr);
  gap: clamp(60px, 9vw, 132px);
  align-items: start;
}

.oh-guide-method h2 {
  color: var(--oh-guide-white);
}

.oh-guide-method__statement > p:last-child {
  max-width: 620px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.67);
  font-size: 17px;
  line-height: 1.65;
}

.oh-guide-method__steps {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  list-style: none;
}

.oh-guide-method__steps li {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 24px;
  padding: 27px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.oh-guide-method__steps li > span {
  color: var(--oh-guide-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.oh-guide-method__steps h3 {
  margin: 0 0 7px;
  color: var(--oh-guide-white);
  font-size: 22px;
}

.oh-guide-method__steps p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.55;
}

/* FAQ */
.oh-guide-faq {
  padding-block: clamp(90px, 10vw, 144px);
  background:
    radial-gradient(circle at 15% 85%, rgba(184, 111, 66, 0.11), transparent 30%),
    #ebe7df;
}

.oh-guide-faq__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--oh-guide-line);
  border-radius: 8px;
  background: var(--oh-guide-line);
  box-shadow: var(--oh-guide-shadow);
}

.oh-guide-faq__item {
  min-height: 280px;
  padding: clamp(30px, 3.8vw, 50px);
  background: rgba(255, 255, 255, 0.82);
  transition: background-color 180ms ease;
}

.oh-guide-faq__item:hover {
  background: var(--oh-guide-white);
}

.oh-guide-faq__meta {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 34px;
  color: var(--oh-guide-copper-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.oh-guide-faq__meta span {
  color: var(--oh-guide-muted);
}

.oh-guide-faq__item h3 {
  max-width: 560px;
  margin: 0 0 16px;
  color: var(--oh-guide-ink);
  font-size: clamp(21px, 2vw, 29px);
  font-weight: 760;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.oh-guide-faq__item > p {
  max-width: 600px;
  margin: 0;
  color: var(--oh-guide-muted);
  font-size: 15px;
  line-height: 1.67;
}

.oh-guide-faq__empty {
  color: var(--oh-guide-muted);
  font-size: 18px;
}

/* Contact */
.oh-guide-contact {
  padding-block: clamp(78px, 9vw, 122px);
  background: var(--oh-guide-gold);
}

.oh-guide-contact__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.52fr);
  gap: clamp(56px, 8vw, 110px);
  align-items: end;
}

.oh-guide-contact .oh-guide-kicker {
  color: var(--oh-guide-copper-dark);
}

.oh-guide-contact__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.oh-guide-contact__actions small {
  color: rgba(16, 24, 28, 0.66);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Single guide */
.oh-guide-single-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: clamp(66px, 8vw, 108px) clamp(88px, 10vw, 138px);
  color: var(--oh-guide-white);
  background:
    radial-gradient(circle at 80% 18%, rgba(215, 182, 111, 0.14), transparent 26%),
    linear-gradient(132deg, #0d1518, #1a2930);
}

.oh-guide-single-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  opacity: 0.24;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 84px 100%;
}

.oh-guide-single-hero__glow {
  position: absolute;
  top: 18%;
  right: 7%;
  width: 380px;
  height: 380px;
  border: 1px solid rgba(215, 182, 111, 0.2);
  border-radius: 50%;
  box-shadow: 0 0 0 76px rgba(255, 255, 255, 0.012);
}

.oh-guide-back {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  margin-bottom: 62px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
}

.oh-guide-back:hover,
.oh-guide-back:focus-visible {
  color: var(--oh-guide-white);
}

.oh-guide-single-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.24fr) minmax(320px, 0.55fr);
  gap: clamp(50px, 8vw, 110px);
  align-items: center;
}

.oh-guide-single__meta {
  color: rgba(255, 255, 255, 0.66);
}

.oh-guide-single__meta span {
  color: var(--oh-guide-gold);
  background: rgba(215, 182, 111, 0.1);
}

.oh-guide-single-hero h1 {
  max-width: 950px;
  margin: 0;
  color: var(--oh-guide-white);
  font-size: clamp(48px, 6vw, 88px);
  font-weight: 750;
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.oh-guide-single-hero__lead {
  max-width: 780px;
  margin: 28px 0 34px;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(18px, 1.8vw, 23px);
  line-height: 1.58;
}

.oh-guide-single-hero__byline {
  display: flex;
  gap: 14px;
  align-items: center;
}

.oh-guide-single-hero__byline > span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: var(--oh-guide-gold);
  font-size: 12px;
  font-weight: 800;
}

.oh-guide-single-hero__byline p {
  display: grid;
  gap: 2px;
  margin: 0;
}

.oh-guide-single-hero__byline strong {
  color: var(--oh-guide-white);
  font-size: 14px;
}

.oh-guide-single-hero__byline small {
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
}

.oh-guide-single-hero__art {
  position: relative;
  display: grid;
  min-height: 390px;
  place-content: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 34px 34px 0 rgba(255, 255, 255, 0.035), var(--oh-guide-shadow);
}

.oh-guide-single-hero__art::before {
  position: absolute;
  inset: -30% -55%;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  transform: rotate(-18deg);
}

.oh-guide-single-hero__art small {
  position: absolute;
  right: 24px;
  bottom: 24px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  text-shadow: 0 2px 18px rgba(5, 12, 15, 0.58);
}

.oh-guide-single__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 370px);
  gap: clamp(54px, 8vw, 112px);
  align-items: start;
  padding-block: clamp(78px, 9vw, 124px);
}

.oh-guide-single__content {
  min-width: 0;
}

.oh-guide-single__prose {
  max-width: 790px;
  color: #2a353a;
  font-size: clamp(17px, 1.45vw, 19px);
  line-height: 1.82;
}

.oh-guide-single__prose > p:first-child {
  margin-top: 0;
  color: var(--oh-guide-ink);
  font-size: clamp(21px, 2vw, 27px);
  font-weight: 560;
  line-height: 1.55;
}

.oh-guide-single__prose h2 {
  margin: 64px 0 20px;
  color: var(--oh-guide-ink);
  font-size: clamp(30px, 3vw, 45px);
  font-weight: 760;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.oh-guide-single__prose p {
  margin: 0 0 24px;
}

.oh-guide-single__prose p > a {
  display: inline-flex;
  align-items: center;
  margin-top: 8px;
  color: var(--oh-guide-copper);
  font-weight: 800;
  text-decoration-color: rgba(166, 105, 69, 0.42);
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
  transition: color 200ms ease, text-decoration-color 200ms ease;
}

.oh-guide-single__prose p > a:hover,
.oh-guide-single__prose p > a:focus-visible {
  color: var(--oh-guide-ink);
  text-decoration-color: currentColor;
}

.oh-guide-single__prose ul,
.oh-guide-single__prose ol {
  display: grid;
  gap: 13px;
  margin: 28px 0 34px;
  padding-left: 26px;
}

.oh-guide-single__prose li::marker {
  color: var(--oh-guide-copper);
  font-weight: 800;
}

.oh-guide-single__prose blockquote {
  position: relative;
  margin: 54px 0 0;
  padding: 34px 40px 34px 52px;
  border: 0;
  border-left: 4px solid var(--oh-guide-gold);
  color: var(--oh-guide-white);
  background: var(--oh-guide-ink-2);
  box-shadow: var(--oh-guide-shadow);
  font-size: clamp(20px, 2.1vw, 29px);
  font-weight: 620;
  line-height: 1.43;
}

.oh-guide-single__footer {
  display: grid;
  gap: 24px;
  margin-top: 58px;
  padding-top: 30px;
  border-top: 1px solid var(--oh-guide-line);
}

.oh-guide-single__footer p {
  max-width: 720px;
  margin: 0;
  color: var(--oh-guide-muted);
  font-size: 13px;
  line-height: 1.6;
}

.oh-guide-agent {
  position: sticky;
  top: 112px;
  overflow: hidden;
  border: 1px solid var(--oh-guide-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow:
    18px 18px 42px rgba(145, 136, 120, 0.13),
    -12px -12px 30px rgba(255, 255, 255, 0.72);
}

.oh-guide-agent figure {
  position: relative;
  height: 280px;
  margin: 0;
}

.oh-guide-agent img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.oh-guide-agent figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 12px 16px;
  color: var(--oh-guide-white);
  background: linear-gradient(transparent, rgba(8, 14, 17, 0.86));
  font-size: 11px;
  font-weight: 750;
}

.oh-guide-agent__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 17px;
  padding: 30px;
}

.oh-guide-agent__body .oh-guide-kicker {
  margin: 0;
}

.oh-guide-agent h2 {
  margin: 0;
  color: var(--oh-guide-ink);
  font-size: 27px;
  font-weight: 750;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.oh-guide-agent p:not(.oh-guide-kicker) {
  margin: 0;
  color: var(--oh-guide-muted);
  font-size: 14px;
  line-height: 1.58;
}

.oh-guide-related {
  padding-block: clamp(78px, 9vw, 122px);
  background: #e9e4db;
}

.oh-guide-related header {
  margin-bottom: 46px;
}

.oh-guide-related__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.oh-guide-related article {
  display: flex;
  min-height: 230px;
  flex-direction: column;
  align-items: flex-start;
  padding: 36px;
  border: 1px solid var(--oh-guide-line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.7);
}

.oh-guide-related article > p {
  margin: 0 0 18px;
  color: var(--oh-guide-copper-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.oh-guide-related h3 {
  margin: 0 0 26px;
  font-size: clamp(24px, 2.3vw, 35px);
  font-weight: 750;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.oh-guide-related h3 a {
  color: var(--oh-guide-ink);
  text-decoration: none;
}

.oh-guide-related .oh-guide-text-link {
  margin-top: auto;
}

/* Progressive reveal */
.oh-guide-motion-ready [data-oh-guide-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 680ms cubic-bezier(0.2, 0.7, 0.2, 1), transform 680ms cubic-bezier(0.2, 0.7, 0.2, 1);
  transition-delay: var(--oh-guide-delay, 0ms);
}

.oh-guide-motion-ready [data-oh-guide-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .oh-guide-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(350px, 0.72fr);
    gap: 46px;
  }

  .oh-guide-hero__media,
  .oh-guide-hero__media img {
    height: 500px;
    min-height: 500px;
  }

  .oh-guide-library__grid {
    grid-template-columns: 1fr;
  }

  .oh-guide-card--lead {
    grid-column: auto;
  }

  .oh-guide-method__grid,
  .oh-guide-contact__grid {
    gap: 60px;
  }
}

@media (max-width: 900px) {
  .oh-guide-experience .oh-guide-shell {
    width: min(calc(100% - 36px), 1320px);
  }

  .oh-guide-hero__grid,
  .oh-guide-single-hero__grid,
  .oh-guide-method__grid,
  .oh-guide-contact__grid,
  .oh-guide-single__layout {
    grid-template-columns: 1fr;
  }

  .oh-guide-hero__grid {
    padding-block: 78px 82px;
  }

  .oh-guide-hero__media,
  .oh-guide-hero__media img {
    height: min(70vw, 560px);
    min-height: 440px;
  }

  .oh-guide-hero__note {
    left: 18px;
  }

  .oh-guide-hero__media figcaption {
    right: 18px;
  }

  .oh-guide-paths__grid {
    grid-template-columns: 1fr;
  }

  .oh-guide-paths a,
  .oh-guide-paths a:first-child {
    border-right: 1px solid var(--oh-guide-line);
    border-bottom: 1px solid var(--oh-guide-line);
    border-left: 1px solid var(--oh-guide-line);
  }

  .oh-guide-paths a:last-child {
    border-bottom: 0;
  }

  .oh-guide-section-head {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .oh-guide-single-hero__art {
    min-height: 320px;
  }

  .oh-guide-agent {
    position: relative;
    top: auto;
    display: grid;
    grid-template-columns: minmax(260px, 0.7fr) 1fr;
  }

  .oh-guide-agent figure {
    height: 100%;
    min-height: 390px;
  }
}

@media (max-width: 680px) {
  .oh-guide-experience .oh-guide-shell {
    width: min(calc(100% - 28px), 1320px);
  }

  .oh-guide-hero h1 {
    font-size: clamp(48px, 15vw, 70px);
  }

  .oh-guide-hero__marquee {
    gap: 14px;
    justify-content: flex-start;
    overflow: hidden;
  }

  .oh-guide-hero__marquee span:last-child,
  .oh-guide-hero__marquee i:last-of-type {
    display: none;
  }

  .oh-guide-hero__media,
  .oh-guide-hero__media img {
    min-height: 390px;
  }

  .oh-guide-hero__media::before {
    inset: 20px -10px -18px 16px;
  }

  .oh-guide-hero__note {
    top: 16px;
    width: 88px;
    height: 88px;
  }

  .oh-guide-hero__note span {
    font-size: 30px;
  }

  .oh-guide-hero__media figcaption {
    right: 10px;
    bottom: 18px;
    left: 10px;
    min-width: 0;
  }

  .oh-guide-card,
  .oh-guide-card--lead {
    grid-template-columns: 1fr;
  }

  .oh-guide-card__art {
    min-height: 270px;
  }

  .oh-guide-card__body {
    min-height: 340px;
  }

  .oh-guide-faq__grid,
  .oh-guide-related__grid {
    grid-template-columns: 1fr;
  }

  .oh-guide-faq__item {
    min-height: 0;
  }

  .oh-guide-agent {
    grid-template-columns: 1fr;
  }

  .oh-guide-agent figure {
    min-height: 320px;
  }

  .oh-guide-single-hero__art {
    min-height: 270px;
  }

  .oh-guide-single__prose blockquote {
    padding: 28px 26px;
  }
}

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

  .oh-guide-motion-ready [data-oh-guide-reveal] {
    opacity: 1;
    transform: none;
  }
}
