/* ==========================================================================
   Ratahome — class-based inner pages (2026): Contact, Start Your Project,
   Shipping & Delivery. Self-contained; nothing depends on inline styles.
   ========================================================================== */

.rhp {
  --rhp-ink: #2b2c27;
  --rhp-accent: #c05c15;
  --rhp-accent-dark: #a84f11;
  --rhp-cream: #fcf7f3;
  --rhp-olive: #1e2015;
  --rhp-gray: #454545;
  --rhp-muted: #7a7870;
  --rhp-line: #e0d8d0;
  --rhp-gutter: clamp(20px, 4.3vw, 62px);
  --rhp-max: 1316px;
  width: 100%;
  background: #fff;
  color: var(--rhp-ink);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.45;
}
.rhp *, .rhp *::before, .rhp *::after { box-sizing: border-box; }
:where(.rhp) img { display: block; max-width: 100%; }
:where(.rhp) a { color: inherit; text-decoration: none; }
:where(.rhp) p, :where(.rhp) h1, :where(.rhp) h2, :where(.rhp) h3, :where(.rhp) ul, :where(.rhp) dl, :where(.rhp) dd { margin: 0; }
:where(.rhp) ul { padding: 0; list-style: none; }
.ratahome-design-screen .rhp a:hover { opacity: 1; }

.rhp__wrap { width: min(100% - 2 * var(--rhp-gutter), var(--rhp-max)); margin: 0 auto; }
.rhp__eyebrow { display: inline-flex; align-items: center; gap: 12px; font-size: 11px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--rhp-accent); }
.rhp__eyebrow::before { content: ""; width: 24px; height: 1px; background: currentColor; }
.rhp__h1 { margin-top: 18px; font-size: clamp(34px, 3.6vw, 52px); font-weight: 600; line-height: 1.05; letter-spacing: -0.02em; text-wrap: balance; }
.rhp__h2 { font-size: clamp(28px, 2.7vw, 40px); font-weight: 600; line-height: 1.1; letter-spacing: -0.015em; text-wrap: balance; }
.rhp__lead { margin-top: 18px; max-width: 560px; font-size: 17px; line-height: 1.55; color: var(--rhp-gray); }

.rhp__btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; height: 56px; padding: 0 30px; border: 0; border-radius: 100px; font: inherit; font-size: 14px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; white-space: nowrap; cursor: pointer; transition: background 0.15s, color 0.15s; }
.rhp__btn--primary { background: var(--rhp-accent); color: #fff; }
.rhp__btn--primary:hover { background: var(--rhp-accent-dark); color: #fff; }
.rhp__btn--outline { background: transparent; color: var(--rhp-accent); box-shadow: inset 0 0 0 1px var(--rhp-accent); }
.rhp__btn--outline:hover { background: var(--rhp-accent); color: #fff; }
.rhp__btn--dark { background: var(--rhp-ink); color: #fff; }
.rhp__btn--dark:hover { background: #000; }
.rhp__btn--block { width: 100%; }

/* --- Single-screen pages (Contact, Start Your Project) --------------------- */
.rhp-screen { padding: clamp(36px, 4.5vw, 64px) 0 clamp(48px, 5vw, 72px); }
.rhp-screen__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 600px); gap: clamp(36px, 6vw, 96px); align-items: start; }

.rhp-channels { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.rhp-channels a { display: inline-flex; align-items: center; gap: 10px; height: 48px; padding: 0 20px; border: 1px solid var(--rhp-line); border-radius: 100px; font-size: 14px; font-weight: 500; letter-spacing: 0.02em; color: var(--rhp-ink); transition: border-color 0.15s, color 0.15s; }
.rhp-channels a:hover { border-color: var(--rhp-accent); color: var(--rhp-accent); }
.rhp-channels svg { width: 17px; height: 17px; flex: none; }

.rhp-meta { margin-top: 30px; border-top: 1px solid var(--rhp-line); }
.rhp-meta > div { display: grid; grid-template-columns: 130px 1fr; gap: 20px; padding: 16px 0; border-bottom: 1px solid var(--rhp-line); }
.rhp-meta dt { font-size: 11px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--rhp-muted); padding-top: 3px; }
.rhp-meta dd { font-size: 15px; color: var(--rhp-ink); line-height: 1.5; }

.rhp-call { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 24px; padding: 22px 26px; border: 1px solid var(--rhp-line); border-radius: 18px; background: var(--rhp-cream); }
.rhp-call__copy { display: flex; align-items: center; gap: 16px; }
.rhp-call__copy svg { width: 38px; height: 38px; flex: none; color: var(--rhp-accent); }
.rhp-call__copy strong { display: block; font-size: 17px; font-weight: 600; }
.rhp-call__copy span { display: block; font-size: 13px; color: var(--rhp-muted); margin-top: 3px; }
.rhp-call .rhp__btn { height: 50px; padding: 0 24px; font-size: 13px; }

/* Form card */
.rhp-form { padding: clamp(24px, 2.6vw, 36px); border-radius: 22px; background: var(--rhp-cream); }
.rhp-form__head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.rhp-form__head h2 { font-size: 22px; font-weight: 600; letter-spacing: -0.01em; }
.rhp-form__head small { font-size: 12px; color: var(--rhp-muted); }
.rhp-form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 14px; }
.rhp-form__span { grid-column: 1 / -1; }
.rhp-form label { display: flex; flex-direction: column; gap: 6px; font-size: 11px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--rhp-muted); }
.rhp-form input:not([type="file"]), .rhp-form select, .rhp-form textarea { width: 100%; height: 50px; padding: 0 16px; border: 1px solid var(--rhp-line); border-radius: 10px; background: #fff; font: inherit; font-size: 15px; letter-spacing: 0; text-transform: none; color: var(--rhp-ink); }
.rhp-form textarea { height: auto; min-height: 96px; padding: 13px 16px; resize: vertical; }
.rhp-form select { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2.5 4.5 6 8l3.5-3.5' stroke='%237a7870' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 40px; }
.rhp-form input:focus, .rhp-form select:focus, .rhp-form textarea:focus { outline: none; border-color: var(--rhp-accent); box-shadow: 0 0 0 3px rgba(192, 92, 21, 0.14); }
.rhp-form input::placeholder, .rhp-form textarea::placeholder { color: #a5a29a; }
.rhp-form__upload { position: relative; align-items: center; justify-content: center; gap: 4px !important; min-height: 92px; padding: 16px; border: 1px dashed #d3a37a; border-radius: 12px; background: #fff; text-align: center; cursor: pointer; }
.rhp-form__upload strong { font-size: 12px; font-weight: 500; letter-spacing: 0.12em; color: var(--rhp-accent); }
.rhp-form__upload small { font-size: 12px; font-weight: 400; letter-spacing: 0; text-transform: none; color: var(--rhp-muted); }
.rhp-form__upload input[type="file"] { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; }
.rhp-form__upload .ratahome-upload-selection { font-size: 12px; letter-spacing: 0; text-transform: none; color: var(--rhp-ink); }
.rhp-form .rhp__btn { margin-top: 16px; }
.rhp-form__fine { margin-top: 12px; font-size: 12px; line-height: 1.5; color: var(--rhp-muted); text-align: center; }
.rhp-form .ratahome-form-feedback { margin-top: 12px; }
.rhp-form .ratahome-upload-files { margin-top: 8px; }

.rhp-points { margin-top: 26px; display: grid; gap: 10px; }
.rhp-points li { display: flex; gap: 12px; font-size: 15px; color: var(--rhp-gray); }
.rhp-points li::before { content: ""; flex: none; width: 18px; height: 18px; margin-top: 2px; border-radius: 50%; background: var(--rhp-accent) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 12.5 3.8 3.8L18 8'/%3E%3C/svg%3E") center/11px no-repeat; }

.rhp-figure { margin-top: 30px; border-radius: 18px; overflow: hidden; aspect-ratio: 16 / 9; }
.rhp-figure img { width: 100%; height: 100%; object-fit: cover; }

/* --- Shipping & Delivery ------------------------------------------------ */
.rhp-hero { position: relative; min-height: clamp(420px, 52vw, 620px); display: flex; align-items: flex-end; color: #fff; overflow: hidden; background: var(--rhp-olive); }
.rhp-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.rhp-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20, 22, 14, 0.15) 0%, rgba(20, 22, 14, 0.72) 100%); }
.rhp-hero .rhp__wrap { position: relative; z-index: 1; padding: clamp(48px, 6vw, 84px) 0 clamp(40px, 5vw, 64px); display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: 40px; align-items: end; }
.rhp-hero .rhp__eyebrow { color: #e0a674; }
.rhp-hero .rhp__h1 { color: #fff; max-width: 720px; }
.rhp-hero .rhp__lead { color: rgba(255, 255, 255, 0.86); }
.rhp-hero__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.rhp-hero .rhp-hero__cta .rhp__btn--outline { color: #fff; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7); }
.rhp-hero .rhp-hero__cta .rhp__btn--outline:hover { background: #fff; color: var(--rhp-ink); }
.rhp-hero__stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255, 255, 255, 0.18); border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 16px; overflow: hidden; backdrop-filter: blur(6px); }
.rhp-hero__stats div { padding: 20px 22px; background: rgba(20, 22, 14, 0.55); }
.rhp-hero__stats strong { display: block; font-size: 26px; font-weight: 600; letter-spacing: -0.01em; }
.rhp-hero__stats span { display: block; margin-top: 4px; font-size: 12px; letter-spacing: 0.04em; color: rgba(255, 255, 255, 0.72); }

.rhp-band { background: var(--rhp-ink); color: #fff; }
.rhp-band .rhp__wrap { display: grid; grid-template-columns: repeat(4, 1fr); }
.rhp-band div { padding: 26px 24px 26px 0; border-left: 1px solid rgba(255, 255, 255, 0.12); padding-left: 24px; }
.rhp-band div:first-child { border-left: 0; padding-left: 0; }
.rhp-band b { display: block; font-size: 11px; font-weight: 500; letter-spacing: 0.16em; color: #e0a674; margin-bottom: 8px; }
.rhp-band strong { display: block; font-size: 16px; font-weight: 600; margin-bottom: 4px; }
.rhp-band span { font-size: 13px; color: rgba(255, 255, 255, 0.7); line-height: 1.5; }

.rhp-section { padding: clamp(56px, 6.5vw, 96px) 0; }
.rhp-section--cream { background: var(--rhp-cream); }
.rhp-section__head { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: 32px 64px; align-items: end; margin-bottom: clamp(32px, 4vw, 52px); }
.rhp-section__head .rhp__h2 { margin-top: 16px; }
.rhp-section__head p { font-size: 16px; line-height: 1.6; color: var(--rhp-gray); }

/* Journey: numbered steps with photo */
.rhp-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.rhp-step { display: flex; flex-direction: column; border: 1px solid var(--rhp-line); border-radius: 18px; overflow: hidden; background: #fff; }
.rhp-step__media { aspect-ratio: 4 / 3; overflow: hidden; background: #ede4da; }
.rhp-step__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.rhp-step:hover .rhp-step__media img { transform: scale(1.03); }
.rhp-step__body { padding: 22px 24px 26px; }
.rhp-step__num { font-size: 11px; font-weight: 500; letter-spacing: 0.16em; color: var(--rhp-accent); }
.rhp-step h3 { margin-top: 8px; font-size: 19px; font-weight: 600; letter-spacing: -0.01em; }
.rhp-step p { margin-top: 8px; font-size: 14px; line-height: 1.6; color: var(--rhp-gray); }
.rhp-step ul { margin-top: 12px; display: grid; gap: 6px; }
.rhp-step li { position: relative; padding-left: 16px; font-size: 13px; color: var(--rhp-gray); }
.rhp-step li::before { content: ""; position: absolute; left: 0; top: 8px; width: 6px; height: 6px; border-radius: 50%; background: var(--rhp-accent); }

/* Split feature (image + copy) */
.rhp-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 72px); align-items: center; }
.rhp-split + .rhp-split { margin-top: clamp(48px, 6vw, 88px); }
.rhp-split--flip .rhp-split__media { order: 2; }
.rhp-split__media { border-radius: 20px; overflow: hidden; aspect-ratio: 4 / 3; background: #ede4da; }
.rhp-split__media img { width: 100%; height: 100%; object-fit: cover; }
.rhp-split__copy .rhp__h2 { margin-top: 16px; }
.rhp-split__copy p { margin-top: 16px; font-size: 16px; line-height: 1.6; color: var(--rhp-gray); }
.rhp-split__copy .rhp-points { margin-top: 20px; }

/* Included list (door-to-door) */
.rhp-included { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.rhp-included div { padding: 26px 24px; border-radius: 16px; background: #fff; border: 1px solid var(--rhp-line); }
.rhp-included svg { width: 30px; height: 30px; color: var(--rhp-accent); }
.rhp-included strong { display: block; margin-top: 16px; font-size: 16px; font-weight: 600; }
.rhp-included p { margin-top: 8px; font-size: 14px; line-height: 1.55; color: var(--rhp-gray); }

/* Routes table */
.rhp-routes { border-top: 1px solid var(--rhp-line); }
.rhp-routes div { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1.6fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--rhp-line); font-size: 15px; align-items: center; }
.rhp-routes div:first-child { padding: 12px 0; font-size: 11px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--rhp-muted); }
.rhp-routes strong { font-weight: 600; }
.rhp-routes span { color: var(--rhp-gray); }
.rhp-routes small { display: block; margin-top: 4px; font-size: 12px; color: var(--rhp-muted); }

/* FAQ */
.rhp-faq { display: grid; gap: 0; border-top: 1px solid var(--rhp-line); }
.rhp-faq details { border-bottom: 1px solid var(--rhp-line); }
.rhp-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0; font-size: 17px; font-weight: 500; cursor: pointer; list-style: none; }
.rhp-faq summary::-webkit-details-marker { display: none; }
.rhp-faq summary::after { content: "+"; flex: none; width: 30px; height: 30px; border: 1px solid var(--rhp-line); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 18px; color: var(--rhp-accent); }
.rhp-faq details[open] summary::after { content: "–"; }
.rhp-faq p { padding: 0 0 22px; max-width: 760px; font-size: 15px; line-height: 1.6; color: var(--rhp-gray); }

/* CTA */
.rhp-cta { padding: clamp(56px, 6.5vw, 96px) 0; background: var(--rhp-olive); color: #fff; }
.rhp-cta .rhp__wrap { display: grid; grid-template-columns: minmax(0, 1.3fr) auto; gap: 32px; align-items: center; }
.rhp-cta .rhp__eyebrow { color: #e0a674; }
.rhp-cta .rhp__h2 { margin-top: 16px; color: #fff; }
.rhp-cta p { margin-top: 14px; font-size: 16px; line-height: 1.6; color: rgba(255, 255, 255, 0.78); max-width: 620px; }
.rhp-cta__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.rhp-cta .rhp__btn--outline { color: #fff; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6); }
.rhp-cta .rhp__btn--outline:hover { background: #fff; color: var(--rhp-ink); }

/* Gallery strip */
.rhp-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: clamp(32px, 4vw, 52px); }
.rhp-gallery figure { margin: 0; border-radius: 14px; overflow: hidden; aspect-ratio: 1; background: #ede4da; position: relative; }
.rhp-gallery img { width: 100%; height: 100%; object-fit: cover; }
.rhp-gallery figcaption { position: absolute; left: 14px; bottom: 12px; right: 14px; font-size: 11px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: #fff; text-shadow: 0 1px 8px rgba(0, 0, 0, 0.6); }

/* --- Tablet / phone -------------------------------------------------------- */
@media (max-width: 1024px) {
  .rhp-screen__grid { grid-template-columns: 1fr; }
  .rhp-steps, .rhp-included { grid-template-columns: 1fr 1fr; }
  .rhp-band .rhp__wrap { grid-template-columns: 1fr 1fr; }
  .rhp-band div:nth-child(3) { border-left: 0; padding-left: 0; }
  .rhp-hero .rhp__wrap { grid-template-columns: 1fr; }
  .rhp-section__head { grid-template-columns: 1fr; }
  .rhp-gallery { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .rhp__h1 { font-size: clamp(30px, 8.6vw, 40px); }
  .rhp__lead { font-size: 15px; }
  .rhp-screen { padding: 28px 0 48px; }
  .rhp-meta > div { grid-template-columns: 96px 1fr; gap: 12px; padding: 12px 0; }
  .rhp-call { flex-direction: column; align-items: stretch; padding: 18px; }
  .rhp-call .rhp__btn { width: 100%; }
  .rhp-form { padding: 20px 16px 22px; border-radius: 16px; }
  .rhp-form__grid { grid-template-columns: 1fr; }
  .rhp-form input:not([type="file"]), .rhp-form select { height: 48px; }
  .rhp__btn { height: 52px; padding: 0 22px; font-size: 13px; }
  .rhp-hero { min-height: 0; }
  .rhp-hero__stats { grid-template-columns: 1fr 1fr; }
  .rhp-hero__stats strong { font-size: 22px; }
  .rhp-band .rhp__wrap { grid-template-columns: 1fr; }
  .rhp-band div { border-left: 0; padding: 16px 0; border-top: 1px solid rgba(255, 255, 255, 0.12); }
  .rhp-band div:first-child { border-top: 0; }
  .rhp-steps, .rhp-included { grid-template-columns: 1fr; }
  .rhp-split, .rhp-split--flip { grid-template-columns: 1fr; }
  .rhp-split--flip .rhp-split__media { order: 0; }
  .rhp-routes div { grid-template-columns: 1fr 1fr; gap: 8px 16px; }
  .rhp-routes div:first-child { display: none; }
  .rhp-routes div > *:nth-child(4) { grid-column: 1 / -1; }
  .rhp-cta .rhp__wrap { grid-template-columns: 1fr; }
  .rhp-faq summary { font-size: 15px; }
}

/* --- Materials & Finishes: flow strip, tabs, option grid, matrix ---------- */
.rhp-hero--short { min-height: clamp(380px, 44vw, 540px); }
.rhp-flow { background: var(--rhp-cream); border-bottom: 1px solid var(--rhp-line); }
.rhp-flow__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.rhp-flow__step { padding: 30px 28px 30px 0; border-left: 1px solid var(--rhp-line); padding-left: 28px; }
.rhp-flow__step:first-child { border-left: 0; padding-left: 0; }
.rhp-flow__step b { display: block; font-size: 11px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--rhp-accent); margin-bottom: 10px; }
.rhp-flow__step strong { display: block; font-size: 18px; font-weight: 600; margin-bottom: 8px; }
.rhp-flow__step span { font-size: 14px; line-height: 1.6; color: var(--rhp-gray); }

.rhp-tabs__bar { display: flex; gap: 6px; border-bottom: 1px solid var(--rhp-line); margin-bottom: 32px; overflow-x: auto; scrollbar-width: none; }
.rhp-tabs__bar::-webkit-scrollbar { display: none; }
.rhp-tabs__tab { flex: none; padding: 14px 22px; margin-bottom: -1px; border: 0; border-bottom: 2px solid transparent; background: none; font: inherit; font-size: 15px; font-weight: 500; color: var(--rhp-muted); cursor: pointer; white-space: nowrap; }
.rhp-tabs__tab:hover { color: var(--rhp-ink); }
.rhp-tabs__tab.is-active { color: var(--rhp-ink); border-bottom-color: var(--rhp-accent); }
.rhp-tabs__panel[hidden] { display: none; }
.rhp-tabs__intro { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: 32px 64px; align-items: start; margin-bottom: 28px; }
.rhp-tabs__intro h3 { font-size: 24px; font-weight: 600; letter-spacing: -0.01em; }
.rhp-tabs__intro p { margin-top: 10px; font-size: 15px; line-height: 1.6; color: var(--rhp-gray); max-width: 640px; }
.rhp-tabs__applies { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; justify-self: end; }
.rhp-tabs__applies b { width: 100%; font-size: 11px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--rhp-muted); }
.rhp-tabs__applies span { padding: 7px 12px; border: 1px solid var(--rhp-line); border-radius: 100px; font-size: 12px; color: var(--rhp-ink); }

.rhp-opts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px 18px; }
.rhp-opts figure { margin: 0; }
.rhp-opts img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 14px; background: #ede4da; transition: transform 0.3s; }
.rhp-opts figure:hover img { transform: translateY(-3px); }
.rhp-opts figcaption { margin-top: 10px; }
.rhp-opts strong { display: block; font-size: 15px; font-weight: 600; }
.rhp-opts span { display: block; margin-top: 3px; font-size: 13px; line-height: 1.5; color: var(--rhp-muted); }

.rhp-matrix { border-top: 1px solid var(--rhp-line); background: #fff; border-radius: 16px; padding: 4px 22px; border: 1px solid var(--rhp-line); }
.rhp-matrix [role="row"] { display: grid; grid-template-columns: 2fr repeat(5, 1fr); align-items: center; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--rhp-line); font-size: 15px; }
.rhp-matrix [role="row"]:last-child { border-bottom: 0; }
.rhp-matrix [role="row"]:first-child { font-size: 11px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--rhp-muted); }
.rhp-matrix [role="row"] > :not(:first-child) { text-align: center; }
.rhp-matrix strong { display: flex; align-items: center; gap: 12px; font-weight: 500; }
.rhp-matrix strong i { width: 22px; height: 22px; border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(0,0,0,0.08); flex: none; }
.rhp-matrix b { color: var(--rhp-accent); font-weight: 600; }
.rhp-matrix em { color: #c9c6bf; font-style: normal; }
.rhp-steps--3 { grid-template-columns: repeat(3, 1fr); }

@media (max-width: 1024px) {
  .rhp-opts { grid-template-columns: repeat(3, 1fr); }
  .rhp-tabs__intro { grid-template-columns: 1fr; gap: 16px; }
  .rhp-tabs__applies { justify-self: start; }
  .rhp-steps--3 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .rhp-flow__grid { grid-template-columns: 1fr; }
  .rhp-flow__step { border-left: 0; padding: 18px 0; border-top: 1px solid var(--rhp-line); }
  .rhp-flow__step:first-child { border-top: 0; }
  .rhp-tabs__bar { margin-left: calc(-1 * var(--rhp-gutter)); margin-right: calc(-1 * var(--rhp-gutter)); padding: 0 var(--rhp-gutter); }
  .rhp-tabs__tab { padding: 12px 14px; font-size: 14px; }
  .rhp-opts { grid-template-columns: 1fr 1fr; gap: 18px 12px; }
  .rhp-opts strong { font-size: 14px; }
  .rhp-matrix { padding: 0 14px; }
  .rhp-matrix [role="row"] { grid-template-columns: 1.6fr repeat(5, 1fr); gap: 4px; font-size: 13px; padding: 12px 0; }
  .rhp-matrix [role="row"]:first-child { font-size: 9px; letter-spacing: 0.08em; }
  .rhp-matrix strong { gap: 8px; }
  .rhp-matrix strong i { width: 16px; height: 16px; }
  .rhp-steps--3 { grid-template-columns: 1fr; }
}

/* --- Quality Control: accordion checkpoints, photo grid, report list ------- */
.rhp-acc { border-top: 1px solid var(--rhp-ink); }
.rhp-acc__item { border-bottom: 1px solid var(--rhp-line); }
.rhp-acc__item summary { display: grid; grid-template-columns: 64px 1fr auto 32px; align-items: center; gap: 18px; padding: 22px 0; cursor: pointer; list-style: none; }
.rhp-acc__item summary::-webkit-details-marker { display: none; }
.rhp-acc__num { font-size: 13px; font-weight: 500; letter-spacing: 0.14em; color: var(--rhp-accent); }
.rhp-acc__title { font-size: clamp(20px, 1.8vw, 26px); font-weight: 600; letter-spacing: -0.01em; }
.rhp-acc__hint { font-size: 13px; color: var(--rhp-muted); }
.rhp-acc__item summary::after { content: "+"; width: 32px; height: 32px; border: 1px solid var(--rhp-line); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 20px; color: var(--rhp-accent); }
.rhp-acc__item[open] summary::after { content: "–"; }
.rhp-acc__item[open] summary { padding-bottom: 12px; }
.rhp-acc__body { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 32px 48px; padding: 6px 0 32px 82px; }
.rhp-acc__media { border-radius: 16px; overflow: hidden; aspect-ratio: 4 / 3; background: #ede4da; }
.rhp-acc__media img { width: 100%; height: 100%; object-fit: cover; }
.rhp-acc__copy p { font-size: 17px; line-height: 1.55; color: var(--rhp-ink); }
.rhp-acc__copy .rhp-points { margin-top: 18px; }

.rhp-photogrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.rhp-photogrid figure { margin: 0; position: relative; border-radius: 14px; overflow: hidden; aspect-ratio: 1; background: #ede4da; }
.rhp-photogrid img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.rhp-photogrid figure:hover img { transform: scale(1.03); }
.rhp-photogrid figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 40px 16px 14px; background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.55) 100%); color: #fff; font-size: 12px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; }

.rhp-report { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 22px; margin-bottom: 26px; }
.rhp-report div { padding: 16px 18px; border: 1px solid var(--rhp-line); border-radius: 12px; }
.rhp-report b { display: block; font-size: 11px; font-weight: 500; letter-spacing: 0.14em; color: var(--rhp-accent); margin-bottom: 6px; }
.rhp-report strong { display: block; font-size: 15px; font-weight: 600; }
.rhp-report span { display: block; margin-top: 3px; font-size: 13px; color: var(--rhp-muted); }

@media (max-width: 1024px) {
  .rhp-photogrid { grid-template-columns: repeat(3, 1fr); }
  .rhp-acc__body { grid-template-columns: 1fr; padding-left: 0; }
}
@media (max-width: 760px) {
  .rhp-acc__item summary { grid-template-columns: 36px minmax(0, 1fr) 28px; gap: 4px 12px; padding: 18px 0; }
  .rhp-acc__num { grid-column: 1; grid-row: 1; }
  .rhp-acc__title { grid-column: 2; grid-row: 1; font-size: 18px; }
  .rhp-acc__hint { grid-column: 2; grid-row: 2; }
  .rhp-acc__item summary::after { grid-column: 3; grid-row: 1 / span 2; width: 28px; height: 28px; align-self: center; }
  .rhp-acc__body { gap: 18px; padding-bottom: 22px; }
  .rhp-acc__copy p { font-size: 15px; }
  .rhp-photogrid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .rhp-report { grid-template-columns: 1fr; }
}

/* --- Search results / archive listing ----------------------------------- */
.rhp-results { padding: clamp(36px, 4.5vw, 64px) 0 clamp(56px, 6vw, 88px); }
.rhp-results__head { max-width: 760px; margin-bottom: 36px; }
.rhp-results__form { display: flex; gap: 10px; margin-top: 24px; }
.rhp-results__form input { flex: 1; min-width: 0; height: 56px; padding: 0 18px; border: 1px solid var(--rhp-line); border-radius: 100px; font: inherit; font-size: 15px; color: var(--rhp-ink); background: #fff; }
.rhp-results__form input:focus { outline: none; border-color: var(--rhp-accent); box-shadow: 0 0 0 3px rgba(192, 92, 21, 0.14); }
.rhp-results__list { display: grid; gap: 0; border-top: 1px solid var(--rhp-line); }
.rhp-results__item { display: grid; grid-template-columns: 132px minmax(0, 1fr); gap: 24px; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--rhp-line); color: var(--rhp-ink); }
.rhp-results__item:hover strong { color: var(--rhp-accent); }
.rhp-results__thumb { display: block; width: 132px; aspect-ratio: 4 / 3; border-radius: 10px; overflow: hidden; background: var(--rhp-cream); }
.rhp-results__thumb img { width: 100%; height: 100%; object-fit: cover; }
.rhp-results__type { display: block; font-size: 11px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--rhp-accent); margin-bottom: 6px; }
.rhp-results__item strong { display: block; font-size: 19px; font-weight: 600; letter-spacing: -0.01em; }
.rhp-results__excerpt { display: block; margin-top: 6px; font-size: 14px; line-height: 1.55; color: var(--rhp-gray); }
.rhp-results__pager { margin-top: 32px; }
.rhp-results__pager .nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.rhp-results__pager .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 42px; height: 42px; padding: 0 14px; border: 1px solid var(--rhp-line); border-radius: 100px; font-size: 14px; color: var(--rhp-ink); }
.rhp-results__pager .page-numbers.current { background: var(--rhp-ink); color: #fff; border-color: var(--rhp-ink); }
.rhp-results__empty { padding: 40px 0; max-width: 640px; }
.rhp-results__empty strong { display: block; font-size: 22px; font-weight: 600; }
.rhp-results__empty p { margin-top: 10px; font-size: 16px; line-height: 1.6; color: var(--rhp-gray); }
.rhp-results__empty .rhp-hero__cta { margin-top: 22px; }
.rh-sr-only { position: absolute !important; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
@media (max-width: 760px) {
  .rhp-results__form { flex-direction: column; }
  .rhp-results__item { grid-template-columns: 88px minmax(0, 1fr); gap: 14px; }
  .rhp-results__thumb { width: 88px; }
  .rhp-results__item strong { font-size: 16px; }
}
