/* ═══════════════════════════════════════════════════════════════
   RHIVEX — ABOUT TEMPLATE STYLES
   ═══════════════════════════════════════════════════════════════ */

.rh-page-hero { padding: 120px 56px 80px; max-width: 1440px; margin: 0 auto; position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; }
.rh-page-hero-text .breadcrumb { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 28px; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted); font-weight: 500; opacity: 0; animation: fadeUp 0.9s 0.2s forwards; }
.rh-page-hero-text .breadcrumb a { color: var(--muted); text-decoration: none; }
.rh-page-hero-text .breadcrumb .sep { color: var(--accent-soft); }
.rh-page-hero-text .breadcrumb .current { color: var(--ink); }
.rh-page-hero h1 { font-size: clamp(54px, 7.5vw, 124px); line-height: 0.95; margin-bottom: 28px; color: var(--ink); }
.rh-page-hero h1 em { color: var(--accent); }
.rh-page-hero h1 .word { display: inline-block; opacity: 0; transform: translateY(40px); }
.rh-page-hero h1 .word:nth-child(1) { animation: wordIn 1s 0.3s cubic-bezier(0.22, 1, 0.36, 1) forwards; }
.rh-page-hero h1 .word:nth-child(2) { animation: wordIn 1s 0.45s cubic-bezier(0.22, 1, 0.36, 1) forwards; }
.rh-page-hero h1 .word:nth-child(3) { animation: wordIn 1s 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards; }
.rh-page-hero-aside { padding-bottom: 20px; opacity: 0; animation: fadeUp 0.9s 0.9s forwards; }
.rh-page-hero-aside .eyebrow { display: block; margin-bottom: 16px; }
.rh-page-hero-aside p { font-family: 'Fraunces', serif; font-style: italic; font-weight: 300; font-size: 22px; line-height: 1.4; color: var(--charcoal); margin-bottom: 18px; }
.rh-page-hero-aside .meta { display: flex; gap: 28px; padding-top: 22px; border-top: 1px solid var(--line); }
.rh-page-hero-aside .meta-item .num { font-family: 'Fraunces', serif; font-size: 32px; font-weight: 400; color: var(--accent); line-height: 1; }
.rh-page-hero-aside .meta-item .lbl { font-size: 11px; color: var(--muted); letter-spacing: 0.12em; text-transform: uppercase; margin-top: 6px; display: block; }

/* HERO BAND */
.rh-hero-band { margin: 40px 56px 100px; position: relative; z-index: 2; height: 60vh; min-height: 420px; overflow: hidden; opacity: 0; animation: imageReveal 1.4s 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards; }
.rh-hero-band img { width: 100%; height: 100%; object-fit: cover; animation: subtleZoom 14s ease-in-out infinite alternate 1.8s; }
.rh-hero-band .stamp { position: absolute; bottom: 32px; left: 32px; background: rgba(14, 14, 14, 0.85); backdrop-filter: blur(8px); color: var(--cream); padding: 18px 22px; font-family: 'Fraunces', serif; font-style: italic; font-size: 16px; border-left: 3px solid var(--accent-soft); max-width: 380px; }
.rh-hero-band .stamp small { display: block; font-family: 'Manrope', sans-serif; font-style: normal; font-size: 10px; letter-spacing: 0.22em; opacity: 0.7; text-transform: uppercase; margin-top: 6px; }

/* ORIGIN */
.rh-origin { padding: 100px 56px; max-width: 1440px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.4fr; gap: 100px; position: relative; z-index: 2; }
.rh-origin-meta { padding-top: 18px; }
.rh-origin-meta .eyebrow { display: block; margin-bottom: 18px; }
.rh-origin-meta .num { font-family: 'Fraunces', serif; font-size: 64px; font-weight: 300; color: var(--accent); line-height: 1; margin-bottom: 18px; }
.rh-origin-meta .label { font-size: 13px; color: var(--muted); letter-spacing: 0.1em; max-width: 220px; line-height: 1.5; display: block; }
.rh-origin-content h2 { font-size: clamp(38px, 4.6vw, 60px); line-height: 1.05; margin-bottom: 36px; }
.rh-origin-content h2 em { color: var(--accent); }
.rh-origin-content p { font-size: 17px; color: var(--charcoal); margin-bottom: 22px; line-height: 1.85; max-width: 620px; }
.rh-origin-content p strong { color: var(--ink); font-weight: 600; }
.rh-origin-content .pull { font-family: 'Fraunces', serif; font-style: italic; font-weight: 300; font-size: 28px; line-height: 1.35; color: var(--ink); padding: 28px 0 28px 30px; border-left: 2px solid var(--accent); margin: 36px 0; }

/* NUMBERS */
.rh-numbers { background: var(--ink); color: var(--cream); padding: 100px 56px; position: relative; z-index: 2; overflow: hidden; }
.rh-numbers::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--accent-soft), transparent); }
.rh-numbers-grain { position: absolute; inset: 0; pointer-events: none; opacity: 0.18; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.6'/%3E%3C/svg%3E"); mix-blend-mode: overlay; }
.rh-numbers-inner { max-width: 1440px; margin: 0 auto; position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.rh-stat { padding: 0 36px; border-right: 1px solid var(--line-cream); transition: padding-left 0.4s; }
.rh-stat:hover { padding-left: 48px; }
.rh-stat:first-child { padding-left: 0; }
.rh-stat:first-child:hover { padding-left: 12px; }
.rh-stat:last-child { border-right: none; }
.rh-stat .num { font-family: 'Fraunces', serif; font-weight: 300; font-size: clamp(48px, 6vw, 88px); color: var(--cream); line-height: 1; margin-bottom: 14px; }
.rh-stat .num em { color: var(--accent-soft); font-style: italic; }
.rh-stat .lbl { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(245, 237, 224, 0.6); font-weight: 500; margin-bottom: 14px; display: block; }
.rh-stat p { font-size: 14px; color: rgba(245, 237, 224, 0.65); line-height: 1.6; }

/* VALUES */
.rh-values { padding: 130px 56px; max-width: 1440px; margin: 0 auto; position: relative; z-index: 2; }
.rh-values-head { text-align: center; margin-bottom: 80px; }
.rh-values-head .eyebrow { display: block; margin-bottom: 18px; }
.rh-values-head h2 { font-size: clamp(38px, 4.6vw, 64px); line-height: 1.05; max-width: 740px; margin: 0 auto; }
.rh-values-head h2 em { color: var(--accent); }
.rh-values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.rh-value { background: var(--paper); padding: 48px 36px; border: 1px solid var(--line); position: relative; transition: transform 0.5s, box-shadow 0.5s; overflow: hidden; }
.rh-value::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 2px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1); }
.rh-value:hover { transform: translateY(-6px); box-shadow: 0 30px 60px -25px rgba(14, 14, 14, 0.18); }
.rh-value:hover::before { transform: scaleX(1); }
.rh-value .num { font-family: 'Fraunces', serif; font-size: 14px; font-weight: 400; color: var(--accent); letter-spacing: 0.18em; margin-bottom: 32px; display: inline-block; padding-bottom: 6px; border-bottom: 1px solid var(--accent-soft); }
.rh-value h3 { font-family: 'Fraunces', serif; font-size: 26px; font-weight: 400; color: var(--ink); margin-bottom: 16px; line-height: 1.25; }
.rh-value h3 em { color: var(--accent); }
.rh-value p { font-size: 15px; color: var(--muted); line-height: 1.75; }

/* ATELIER */
.rh-atelier { padding: 130px 56px; background: var(--cream-2); position: relative; z-index: 2; overflow: hidden; }
.rh-atelier-inner { max-width: 1440px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr 1fr; gap: 100px; align-items: center; }
.rh-atelier-images { position: relative; height: 700px; }
.rh-atelier-img { position: absolute; overflow: hidden; border: 1px solid var(--line); }
.rh-atelier-img-1 { top: 0; left: 0; width: 60%; height: 55%; }
.rh-atelier-img-2 { top: 18%; right: 0; width: 50%; height: 45%; border: 6px solid var(--cream-2); }
.rh-atelier-img-3 { bottom: 0; left: 18%; width: 60%; height: 45%; border: 6px solid var(--cream-2); }
.rh-atelier-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s; }
.rh-atelier-img:hover img { transform: scale(1.06); }
.rh-atelier-text .eyebrow { display: block; margin-bottom: 22px; }
.rh-atelier-text h2 { font-size: clamp(36px, 4.5vw, 60px); line-height: 1.05; margin-bottom: 28px; }
.rh-atelier-text h2 em { color: var(--accent); }
.rh-atelier-text p { font-size: 16px; color: var(--charcoal); line-height: 1.85; margin-bottom: 18px; max-width: 480px; }
.rh-atelier-list { margin-top: 36px; padding-top: 28px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; gap: 22px 32px; }
.rh-atelier-list-item { display: flex; gap: 14px; align-items: flex-start; }
.rh-atelier-list-item svg { width: 18px; height: 18px; color: var(--accent); flex-shrink: 0; margin-top: 3px; }
.rh-atelier-list-item .h { font-family: 'Fraunces', serif; font-size: 16px; color: var(--ink); margin-bottom: 4px; }
.rh-atelier-list-item p { font-size: 13px; color: var(--muted); margin: 0; line-height: 1.55; }

/* FOUNDER */
.rh-founder { padding: 130px 56px; max-width: 1440px; margin: 0 auto; text-align: center; position: relative; z-index: 2; }
.rh-founder::before { content: '"'; position: absolute; top: 60px; left: 50%; transform: translateX(-50%); font-family: 'Fraunces', serif; font-size: 280px; font-weight: 300; color: var(--accent); opacity: 0.1; line-height: 1; pointer-events: none; }
.rh-founder .eyebrow { display: block; margin-bottom: 22px; position: relative; z-index: 2; }
.rh-founder blockquote { font-family: 'Fraunces', serif; font-style: italic; font-weight: 300; font-size: clamp(28px, 3.5vw, 44px); line-height: 1.35; color: var(--ink); margin-bottom: 50px; position: relative; z-index: 2; }
.rh-founder blockquote em { color: var(--accent); }
.rh-founder-author { display: inline-flex; align-items: center; gap: 16px; position: relative; z-index: 2; }
.rh-founder-author .avatar { width: 52px; height: 52px; border-radius: 50%; background: var(--accent); color: var(--cream); display: flex; align-items: center; justify-content: center; font-family: 'Fraunces', serif; font-size: 22px; font-weight: 400; border: 3px solid var(--cream); box-shadow: 0 0 0 1px var(--accent); }
.rh-founder-author-text { text-align: left; }
.rh-founder-author-text .name { font-weight: 600; color: var(--ink); font-size: 15px; }
.rh-founder-author-text .role { font-size: 11px; color: var(--muted); letter-spacing: 0.18em; text-transform: uppercase; margin-top: 4px; }

/* MATERIALS */
.rh-materials { padding: 100px 56px; max-width: 1440px; margin: 0 auto; position: relative; z-index: 2; }
.rh-materials-head { text-align: center; margin-bottom: 70px; }
.rh-materials-head .eyebrow { display: block; margin-bottom: 18px; }
.rh-materials-head h2 { font-size: clamp(36px, 4.5vw, 60px); line-height: 1.05; }
.rh-materials-head h2 em { color: var(--accent); }
.rh-materials-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.rh-material { background: var(--cream); padding: 36px 28px; transition: background 0.4s; }
.rh-material:hover { background: var(--paper); }
.rh-material-icon { width: 56px; height: 56px; border-radius: 50%; background: var(--cream-2); display: flex; align-items: center; justify-content: center; margin-bottom: 22px; transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1); }
.rh-material:hover .rh-material-icon { transform: rotate(-8deg) scale(1.1); }
.rh-material-icon svg { width: 24px; height: 24px; color: var(--accent); }
.rh-material h4 { font-family: 'Fraunces', serif; font-size: 20px; font-weight: 400; color: var(--ink); margin-bottom: 10px; }
.rh-material p { font-size: 13px; color: var(--muted); line-height: 1.65; }

/* FINAL CTA (shared style with home) */
.rh-final-cta { padding: 140px 56px; background: var(--cream-2); text-align: center; position: relative; z-index: 2; overflow: hidden; }
.rh-final-cta::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 800px; height: 800px; background: radial-gradient(circle, rgba(92, 74, 56, 0.08), transparent 60%); border-radius: 50%; pointer-events: none; }
.rh-final-cta-inner { position: relative; z-index: 2; max-width: 760px; margin: 0 auto; }
.rh-final-cta .eyebrow { display: block; margin-bottom: 22px; }
.rh-final-cta h2 { font-size: clamp(40px, 5.5vw, 88px); line-height: 1; margin-bottom: 26px; }
.rh-final-cta h2 em { color: var(--accent); }
.rh-final-cta p { font-size: 17px; color: var(--muted); line-height: 1.75; max-width: 540px; margin: 0 auto 42px; }

/* RESPONSIVE */
@media (max-width: 968px) {
  .rh-page-hero { padding: 50px 22px 40px; grid-template-columns: 1fr; gap: 30px; }
  .rh-hero-band { margin: 20px 22px 60px; height: 50vh; min-height: 320px; }
  .rh-origin { padding: 60px 22px; grid-template-columns: 1fr; gap: 40px; }
  .rh-numbers { padding: 70px 22px; }
  .rh-numbers-inner { grid-template-columns: 1fr 1fr; gap: 40px 20px; }
  .rh-stat { padding: 0; border-right: none; border-bottom: 1px solid var(--line-cream); padding-bottom: 24px; }
  .rh-stat:hover { padding-left: 0; }
  .rh-stat:nth-last-child(-n+2) { border-bottom: none; padding-bottom: 0; }
  .rh-values { padding: 70px 22px; }
  .rh-values-grid { grid-template-columns: 1fr; }
  .rh-atelier { padding: 70px 22px; }
  .rh-atelier-inner { grid-template-columns: 1fr; gap: 50px; }
  .rh-atelier-images { height: 480px; }
  .rh-atelier-list { grid-template-columns: 1fr; }
  .rh-founder, .rh-materials, .rh-final-cta { padding: 70px 22px; }
  .rh-materials-grid { grid-template-columns: 1fr 1fr; }
}
