/* =========================================================================
   Ramp Up Growth Advisors — design system (ported 1:1 from the prototype)
   ========================================================================= */

:root {
	--ru-cream: #F6F4EF;
	--ru-ink: #0B0F1A;
	--ru-ink-2: #12182A;
	--ru-yellow: #FED502;
	--ru-yellow-hi: #FFE23F;
	--ru-imgph: #ECE8DF;
	--ru-white: #ffffff;
	--ru-muted: #5B6270;
	--ru-muted-2: #8A93A6;
	--ru-muted-3: #B4BCCB;
	--ru-line: rgba(11, 15, 26, 0.1);
	--ru-line-2: rgba(11, 15, 26, 0.09);
	--ru-serif: 'Newsreader', Georgia, 'Times New Roman', serif;
	--ru-sans: 'Hanken Grotesk', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
	--ru-wrap: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	background: var(--ru-cream);
	color: var(--ru-ink);
	font-family: var(--ru-sans);
	font-size: 16px;
	line-height: 1.55;
	-webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
::selection { background: var(--ru-yellow); color: var(--ru-ink); }

.ru-wrap { max-width: var(--ru-wrap); margin: 0 auto; padding: 0 40px; }
.ru-section { padding: 88px 40px; }
.ru-section.ru-wrap { padding-left: 40px; padding-right: 40px; }
.ru-skip { position: absolute; left: -9999px; }
.ru-skip:focus { left: 16px; top: 16px; z-index: 200; background: var(--ru-ink); color: var(--ru-cream); padding: 10px 16px; border-radius: 8px; }
.ru-hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* ---- Typography helpers ------------------------------------------------ */
.ru-eyebrow { font-family: var(--ru-sans); font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ru-muted); margin-bottom: 14px; display: flex; align-items: center; gap: 10px; }
.ru-eyebrow--accent { color: var(--ru-yellow); }
.ru-pagehero .ru-eyebrow--accent, .ru-why .ru-eyebrow--accent, .ru-founder .ru-eyebrow--accent { color: var(--ru-yellow); }
.ru-eyebrow__rule { width: 26px; height: 1px; background: currentColor; display: inline-block; }
.ru-kicker { font-family: var(--ru-sans); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: #7a8290; margin-bottom: 12px; }
.ru-h1 { font-family: var(--ru-serif); font-weight: 700; letter-spacing: -0.03em; line-height: 0.98; margin: 0; }
.ru-h2 { font-family: var(--ru-serif); font-weight: 700; font-size: clamp(34px, 4vw, 52px); line-height: 1; letter-spacing: -0.02em; margin: 0; }
.ru-h2--light { color: var(--ru-cream); }
.ru-h3 { font-family: var(--ru-serif); font-weight: 600; font-size: clamp(22px, 2.6vw, 30px); letter-spacing: -0.01em; margin: 0; }
.ru-accent { color: var(--ru-yellow); }

/* ---- Buttons ----------------------------------------------------------- */
.ru-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	font-family: var(--ru-sans); font-weight: 600; font-size: 15px;
	padding: 14px 26px; border-radius: 100px; border: 1px solid transparent;
	cursor: pointer; text-decoration: none; transition: background .18s, color .18s, border-color .18s, transform .18s;
	line-height: 1;
}
.ru-btn--yellow { background: var(--ru-yellow); color: var(--ru-ink); }
.ru-btn--yellow:hover { background: var(--ru-yellow-hi); }
.ru-btn--dark { background: var(--ru-ink); color: var(--ru-cream); }
.ru-btn--dark:hover { background: #1a2236; }
.ru-btn--ghost { background: transparent; color: var(--ru-cream); border-color: rgba(246, 244, 239, 0.28); }
.ru-btn--ghost:hover { border-color: var(--ru-cream); }
.ru-btn--outline-dark { background: transparent; color: var(--ru-ink); border-color: rgba(11, 15, 26, 0.35); }
.ru-btn--outline-dark:hover { border-color: var(--ru-ink); }
.ru-btn--block { width: 100%; padding: 16px; font-size: 16px; }
.ru-btn--lg { padding: 16px 30px; font-size: 16px; }
.ru-btn .ru-icon { stroke: var(--ru-yellow); }
.ru-btn--yellow .ru-icon { stroke: var(--ru-ink); }
.ru-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ru-yellow); display: inline-block; }
.ru-pill { display: inline-flex; align-items: center; background: none; border: 1px solid rgba(11, 15, 26, 0.2); font-weight: 600; font-size: 14px; padding: 12px 22px; border-radius: 100px; color: var(--ru-ink); text-decoration: none; transition: background .18s, color .18s; white-space: nowrap; }
.ru-pill:hover { background: var(--ru-ink); color: var(--ru-cream); }
.ru-pill--active { background: var(--ru-ink); color: var(--ru-cream); border-color: var(--ru-ink); }
.ru-filter { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 40px; }
.ru-tag { display: inline-flex; align-items: center; font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; color: #7a8290; font-weight: 600; }
.ru-tag--yellow { background: var(--ru-yellow); color: var(--ru-ink); padding: 4px 10px; border-radius: 100px; }
.ru-readmore { font-family: var(--ru-sans); font-size: 13px; letter-spacing: 0.04em; color: var(--ru-ink); font-weight: 600; }
.ru-back { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: var(--ru-muted); text-decoration: none; margin-bottom: 26px; }
.ru-back:hover { color: var(--ru-ink); }
.ru-imgph { display: block; width: 100%; height: 100%; background: var(--ru-imgph); }

/* ---- Grids ------------------------------------------------------------- */
.ru-grid { display: grid; gap: 24px; }
.ru-grid--2 { grid-template-columns: 1fr 1fr; }
.ru-grid--3 { grid-template-columns: repeat(3, 1fr); }
.ru-grid--4 { grid-template-columns: repeat(4, 1fr); }

/* ---- Section head ------------------------------------------------------ */
.ru-sechead { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 44px; flex-wrap: wrap; }
.ru-sechead.is-dark { color: var(--ru-cream); }
.ru-sechead__meta { flex: none; }

/* ---- Reveal animation -------------------------------------------------- */
.ru-js .ru-reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.ru-js .ru-reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .ru-js .ru-reveal { opacity: 1 !important; transform: none !important; } }

/* =========================================================================
   Header + nav
   ========================================================================= */
.ru-header { position: sticky; top: 0; z-index: 50; background: rgba(246, 244, 239, 0.82); backdrop-filter: blur(14px); border-bottom: 1px solid var(--ru-line); }
.ru-header__inner { height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.ru-logo { display: flex; align-items: center; gap: 11px; text-decoration: none; flex: none; }
.ru-logo__mark { display: block; width: 40px; height: 40px; flex: none; object-fit: contain; }
.ru-logo__mark--tile { border-radius: 9px; }
.ru-logo__text { display: flex; flex-direction: column; line-height: 1; }
.ru-logo__name { font-family: var(--ru-serif); font-weight: 700; font-size: 17px; letter-spacing: -0.02em; color: var(--ru-ink); }
.ru-logo__sub { font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ru-muted); margin-top: 4px; }
.ru-nav { display: flex; align-items: center; gap: 6px; }
.ru-nav__link { position: relative; font-size: 14.5px; font-weight: 500; color: #2A303C; padding: 8px 14px; letter-spacing: -0.01em; text-decoration: none; }
.ru-nav__link:hover { color: var(--ru-ink); }
.ru-nav__link.is-active::after { content: ""; position: absolute; left: 14px; right: 14px; bottom: 2px; height: 3px; background: var(--ru-ink); border-radius: 2px; }
.ru-header__actions { display: flex; align-items: center; gap: 12px; flex: none; }
.ru-header__cta { padding: 11px 20px; font-size: 14px; }
.ru-burger { display: none; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 11px; background: var(--ru-ink); border: none; cursor: pointer; color: var(--ru-cream); }
.ru-burger .ru-icon { stroke: var(--ru-cream); }

.ru-drawer { position: fixed; left: 0; right: 0; top: 74px; z-index: 49; background: rgba(246, 244, 239, 0.98); backdrop-filter: blur(14px); border-top: 1px solid var(--ru-line); border-bottom: 1px solid var(--ru-line); }
.ru-drawer__inner { display: flex; flex-direction: column; padding: 10px 22px 22px; max-width: var(--ru-wrap); margin: 0 auto; }
.ru-drawer__link { font-size: 16px; font-weight: 500; color: #2A303C; padding: 14px 4px; border-bottom: 1px solid rgba(11, 15, 26, 0.07); text-decoration: none; }
.ru-drawer__cta { margin-top: 16px; }

/* =========================================================================
   Home hero
   ========================================================================= */
.ru-hero { position: relative; background: var(--ru-ink); color: var(--ru-cream); overflow: hidden; }
.ru-hero__bg { position: absolute; inset: 0; z-index: 0; }
.ru-hero__img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.ru-hero__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11, 15, 26, 0.94) 0%, rgba(11, 15, 26, 0.82) 42%, rgba(11, 15, 26, 0.5) 72%, rgba(11, 15, 26, 0.35) 100%), linear-gradient(0deg, rgba(11, 15, 26, 0.7) 0%, rgba(11, 15, 26, 0.1) 45%); }
.ru-hero__inner { position: relative; z-index: 1; display: flex; align-items: center; min-height: 600px; padding-top: 96px; padding-bottom: 96px; }
.ru-hero__text { max-width: 640px; }
.ru-hero__title { font-family: var(--ru-serif); font-weight: 700; font-size: clamp(48px, 6vw, 84px); line-height: 0.96; letter-spacing: -0.03em; margin: 0 0 26px; }
.ru-hero__lead { font-size: 19px; line-height: 1.55; color: var(--ru-muted-3); max-width: 500px; margin: 0 0 36px; }
.ru-hero__actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---- Anniversary badge ------------------------------------------------- */
.ru-anniv {
	position: absolute; z-index: 2; right: 40px; bottom: 40px;
	width: 124px; height: 124px; border-radius: 50%;
	background: radial-gradient(circle at 32% 26%, var(--ru-yellow-hi), var(--ru-yellow));
	color: var(--ru-ink);
	display: flex; flex-direction: column; align-items: center; justify-content: center;
	text-align: center; padding: 8px;
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.5), inset 0 0 0 4px rgba(11, 15, 26, 0.9);
	transform: rotate(-7deg);
}
.ru-anniv__top { font-size: 8.5px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; }
.ru-anniv__num { font-family: var(--ru-serif); font-weight: 700; font-size: 42px; line-height: 0.9; margin: 1px 0; }
.ru-anniv__yrs { font-size: 11px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; }

@keyframes ruFade { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes ruGrow { from { transform: scaleY(0); } to { transform: scaleY(1); } }
@keyframes ruDraw { to { stroke-dashoffset: 0; } }

/* =========================================================================
   Service cards (home)
   ========================================================================= */
.ru-scard { background: var(--ru-white); border: 1px solid var(--ru-line-2); border-radius: 20px; overflow: hidden; display: flex; flex-direction: column; text-decoration: none; color: inherit; transition: border-color .18s; }
.ru-scard:hover { border-color: rgba(11, 15, 26, 0.25); }
.ru-scard__img { height: 220px; background: var(--ru-imgph); overflow: hidden; }
.ru-scard__img img { width: 100%; height: 100%; object-fit: cover; }
.ru-scard__body { padding: 30px 30px 32px; flex: 1; display: flex; flex-direction: column; }
.ru-scard__title { font-family: var(--ru-serif); font-weight: 600; font-size: 26px; letter-spacing: -0.01em; margin: 0 0 12px; }
.ru-scard__desc { font-size: 15.5px; line-height: 1.6; color: var(--ru-muted); margin: 0; }

/* =========================================================================
   Why choose us
   ========================================================================= */
.ru-why { background: var(--ru-ink); color: var(--ru-cream); border-radius: 28px; overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; }
.ru-why__text { padding: 64px 56px; }
.ru-why .ru-h2--light { margin: 0 0 40px; font-size: clamp(30px, 3.4vw, 44px); line-height: 1.02; }
.ru-why__list { display: flex; flex-direction: column; gap: 28px; }
.ru-why__item { display: flex; gap: 20px; }
.ru-why__num { font-family: var(--ru-serif); font-weight: 700; font-size: 18px; color: var(--ru-yellow); flex: none; padding-top: 2px; }
.ru-why__item h3 { font-family: var(--ru-serif); font-weight: 600; font-size: 19px; margin: 0 0 6px; }
.ru-why__item p { font-size: 14.5px; line-height: 1.55; color: #9AA3B2; margin: 0; }
.ru-why__img { background: var(--ru-ink-2); min-height: 520px; }
.ru-why__img img { width: 100%; height: 100%; object-fit: cover; }

/* =========================================================================
   Blog cards
   ========================================================================= */
.ru-bcard { display: flex; flex-direction: column; background: var(--ru-white); border: 1px solid var(--ru-line-2); border-radius: 18px; overflow: hidden; text-decoration: none; color: inherit; transition: border-color .18s; }
.ru-bcard:hover { border-color: rgba(11, 15, 26, 0.28); }
.ru-bcard__img { aspect-ratio: 16 / 9; background: var(--ru-imgph); overflow: hidden; }
.ru-bcard__img img { width: 100%; height: 100%; object-fit: cover; }
.ru-bcard__body { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.ru-bcard__title { font-family: var(--ru-serif); font-weight: 600; font-size: 17.5px; line-height: 1.28; letter-spacing: -0.01em; margin: 0 0 12px; }
.ru-bcard__excerpt { font-size: 13.5px; line-height: 1.55; color: var(--ru-muted); margin: 0 0 16px; flex: 1; }

/* =========================================================================
   CTA band + newsletter
   ========================================================================= */
.ru-ctaband { background: var(--ru-yellow); color: var(--ru-ink); }
.ru-ctaband__inner { padding: 64px 40px; display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.ru-ctaband__title { font-family: var(--ru-serif); font-weight: 700; font-size: clamp(28px, 3.4vw, 44px); line-height: 1; letter-spacing: -0.02em; margin: 0; max-width: 16ch; }
.ru-ctaband__actions { display: flex; gap: 14px; flex-wrap: wrap; }

.ru-newsletter { background: var(--ru-cream); border-top: 1px solid var(--ru-line); }
.ru-newsletter__inner { padding: 56px 40px; display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.ru-newsletter__text { max-width: 480px; }
.ru-newsletter__text .ru-h3 { margin-top: 6px; }
.ru-subscribe { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; position: relative; }
.ru-subscribe input[type="email"] { padding: 14px 16px; border: 1px solid rgba(11, 15, 26, 0.16); border-radius: 100px; font-size: 15px; background: var(--ru-white); min-width: 260px; font-family: inherit; }
.ru-subscribe input[type="email"]:focus { border-color: var(--ru-ink); outline: none; }

/* =========================================================================
   Footer
   ========================================================================= */
.ru-footer { background: var(--ru-ink); color: var(--ru-cream); }
.ru-footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px; padding: 64px 40px 40px; }
.ru-footer__logo { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.ru-footer__logo .ru-logo__mark { width: 44px; height: 44px; }
.ru-footer__logo .ru-logo__name { color: var(--ru-cream); font-size: 19px; }
.ru-footer__logo .ru-logo__sub { color: var(--ru-muted-2); font-size: 9.5px; }
.ru-footer__tagline { font-family: var(--ru-serif); font-size: 18px; color: var(--ru-yellow); margin: 0 0 16px; }
.ru-social { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 10px; background: var(--ru-ink-2); border: 1px solid rgba(246, 244, 239, 0.12); color: #C4CBD6; text-decoration: none; transition: background .18s, color .18s; }
.ru-social:hover { background: var(--ru-yellow); color: var(--ru-ink); }
.ru-footer__col h4 { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: #6b7385; font-weight: 500; margin: 0 0 18px; }
.ru-footer__col a { display: block; color: #C4CBD6; font-size: 14.5px; text-decoration: none; margin-bottom: 12px; }
.ru-footer__col a:hover { color: var(--ru-yellow); }
.ru-footer__bar { border-top: 1px solid rgba(246, 244, 239, 0.1); }
.ru-footer__bar .ru-wrap { padding-top: 22px; padding-bottom: 22px; font-size: 13px; color: #6b7385; }

/* =========================================================================
   Interior page heads
   ========================================================================= */
.ru-pagehero { background: var(--ru-ink); color: var(--ru-cream); }
.ru-pagehero .ru-wrap { padding-top: 88px; padding-bottom: 76px; }
.ru-pagehero__title { font-family: var(--ru-serif); font-weight: 700; font-size: clamp(40px, 5.4vw, 72px); line-height: 0.98; letter-spacing: -0.03em; margin: 0 0 24px; max-width: 18ch; }
.ru-pagehero__lead { font-size: 19px; line-height: 1.55; color: var(--ru-muted-3); max-width: 640px; margin: 0; }

.ru-archead { padding-top: 80px; padding-bottom: 8px; }
.ru-archead__title { font-family: var(--ru-serif); font-weight: 700; font-size: clamp(40px, 5.4vw, 72px); line-height: 0.98; letter-spacing: -0.03em; margin: 0 0 16px; }
.ru-archead__lead { font-size: 18px; line-height: 1.55; color: var(--ru-muted); max-width: 620px; margin: 0; }

/* ---- Service rows (archive) -------------------------------------------- */
.ru-srow { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; padding: 60px 0; border-bottom: 1px solid var(--ru-line); }
.ru-srow--rev .ru-srow__img { order: 2; }
.ru-srow__img { border-radius: 20px; overflow: hidden; background: var(--ru-imgph); aspect-ratio: 4 / 3; }
.ru-srow__img img { width: 100%; height: 100%; object-fit: cover; }
.ru-srow__lead { font-size: 17px; line-height: 1.6; color: #3d434f; margin: 0 0 24px; }

/* ---- Detail (single service/resource) ---------------------------------- */
.ru-detail { max-width: 900px; }
.ru-detail__img { border-radius: 18px; overflow: hidden; background: var(--ru-imgph); margin-bottom: 32px; }
.ru-detail__cta { margin-top: 32px; }

/* ---- Press list -------------------------------------------------------- */
.ru-presslist { display: flex; flex-direction: column; gap: 24px; }
.ru-pfeature { display: grid; grid-template-columns: 1fr 1fr; background: var(--ru-white); border: 1px solid var(--ru-line); border-radius: 22px; overflow: hidden; text-decoration: none; color: inherit; transition: border-color .18s; }
.ru-pfeature:hover { border-color: rgba(11, 15, 26, 0.28); }
.ru-pfeature__img { background: var(--ru-imgph); min-height: 300px; }
.ru-pfeature__img img { width: 100%; height: 100%; object-fit: cover; }
.ru-pfeature__body { padding: 44px 40px; display: flex; flex-direction: column; justify-content: center; }
.ru-pfeature__meta { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.ru-pfeature__meta span:last-child { font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; color: #7a8290; }
.ru-pfeature__title { font-family: var(--ru-serif); font-weight: 600; font-size: clamp(22px, 2.4vw, 30px); line-height: 1.18; letter-spacing: -0.01em; margin: 0 0 14px; }
.ru-pfeature__excerpt { font-size: 15px; line-height: 1.6; color: var(--ru-muted); margin: 0 0 20px; }

/* ---- Article (blog/press/resource single) ------------------------------ */
.ru-article { max-width: 820px; padding-top: 56px; padding-bottom: 40px; }
.ru-article__meta { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; color: #7a8290; }
.ru-article__title { font-family: var(--ru-serif); font-weight: 700; font-size: clamp(30px, 4vw, 50px); line-height: 1.08; letter-spacing: -0.02em; margin: 0 0 20px; }
.ru-article__byline { padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid var(--ru-line); font-size: 15px; color: var(--ru-muted); }
.ru-article__byline strong { color: var(--ru-ink); }
.ru-article__img { border-radius: 18px; overflow: hidden; background: var(--ru-imgph); margin-bottom: 36px; }

/* ---- Resource cards ---------------------------------------------------- */
.ru-rcard { display: flex; flex-direction: column; background: var(--ru-white); border: 1px solid var(--ru-line-2); border-radius: 18px; overflow: hidden; transition: border-color .18s; }
.ru-rcard:hover { border-color: rgba(11, 15, 26, 0.28); }
.ru-rcard__img { aspect-ratio: 16 / 9; background: var(--ru-imgph); overflow: hidden; }
.ru-rcard__img img { width: 100%; height: 100%; object-fit: cover; }
.ru-rcard__body { padding: 24px 22px 26px; display: flex; flex-direction: column; flex: 1; }
.ru-rcard__title { font-family: var(--ru-serif); font-weight: 600; font-size: 20px; line-height: 1.2; letter-spacing: -0.01em; margin: 0 0 10px; }
.ru-rcard__desc { font-size: 13.5px; line-height: 1.55; color: var(--ru-muted); margin: 0 0 20px; flex: 1; }
.ru-rcard__dl { align-self: flex-start; padding: 12px 18px; font-size: 14px; }

/* =========================================================================
   About page
   ========================================================================= */
.ru-story { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: start; }
.ru-story__text { font-size: 16.5px; line-height: 1.7; color: #3d434f; }
.ru-story__text p { margin: 0 0 20px; }
.ru-pullquote { font-family: var(--ru-serif); font-weight: 600; font-size: 24px; line-height: 1.3; letter-spacing: -0.01em; color: var(--ru-ink); border-left: 3px solid var(--ru-yellow); padding-left: 22px; }
.ru-story__img { border-radius: 22px; overflow: hidden; background: var(--ru-imgph); position: sticky; top: 98px; aspect-ratio: 4 / 5; }
.ru-story__img img { width: 100%; height: 100%; object-fit: cover; }

.ru-pillars { margin-top: 28px; gap: 22px; }
.ru-pillar { background: var(--ru-white); border: 1px solid var(--ru-line-2); border-radius: 18px; padding: 30px 26px; }
.ru-pillar__num { font-family: var(--ru-serif); font-weight: 700; font-size: 15px; color: var(--ru-ink); background: var(--ru-yellow); width: 38px; height: 38px; border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 22px; }
.ru-pillar h3 { font-family: var(--ru-serif); font-weight: 600; font-size: 18px; letter-spacing: -0.01em; margin: 0 0 10px; }
.ru-pillar p { font-size: 14px; line-height: 1.55; color: var(--ru-muted); margin: 0; }

.ru-founder { background: var(--ru-ink); color: var(--ru-cream); border-radius: 28px; overflow: hidden; display: grid; grid-template-columns: 0.85fr 1.15fr; }
.ru-founder__img { background: var(--ru-ink-2); min-height: 520px; }
.ru-founder__img img { width: 100%; height: 100%; object-fit: cover; }
.ru-founder__text { padding: 60px 56px; }
.ru-founder .ru-h2--light { margin: 0 0 4px; font-size: 34px; }
.ru-founder__creds { font-size: 13px; color: var(--ru-muted-2); margin: 0 0 26px; }
.ru-founder__bio { font-size: 14.5px; line-height: 1.7; color: var(--ru-muted-3); }
.ru-founder__bio p { margin: 0 0 16px; }

/* =========================================================================
   Contact
   ========================================================================= */
.ru-contact { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.ru-contact__title { font-family: var(--ru-serif); font-weight: 700; font-size: clamp(38px, 4.8vw, 64px); line-height: 0.98; letter-spacing: -0.03em; margin: 0 0 20px; }
.ru-contact__lead { font-size: 18px; line-height: 1.55; color: var(--ru-muted); max-width: 440px; margin: 0 0 40px; }
.ru-contact__link { display: flex; align-items: center; gap: 14px; text-decoration: none; color: var(--ru-ink); font-size: 15px; font-weight: 500; }
.ru-contact__badge { width: 44px; height: 44px; border-radius: 12px; background: var(--ru-ink); color: var(--ru-yellow); display: flex; align-items: center; justify-content: center; font-family: var(--ru-serif); font-weight: 700; }
.ru-formcard { background: var(--ru-white); border: 1px solid var(--ru-line); border-radius: 22px; padding: 38px; }
.ru-form { display: flex; flex-direction: column; gap: 18px; }
.ru-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ru-field label { display: block; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: #7a8290; margin-bottom: 8px; }
.ru-field input, .ru-field textarea { width: 100%; padding: 13px 15px; border: 1px solid rgba(11, 15, 26, 0.16); border-radius: 11px; font-size: 15px; background: var(--ru-cream); font-family: inherit; resize: vertical; }
.ru-field input:focus, .ru-field textarea:focus { border-color: var(--ru-ink); outline: none; }
.ru-form__msg { margin: 0; font-size: 14px; }
.ru-form__msg.is-ok { color: #1f7a3d; }
.ru-form__msg.is-err { color: #b42318; }
.ru-thanks { padding: 40px 10px; text-align: center; }
.ru-thanks__check { width: 56px; height: 56px; border-radius: 50%; background: var(--ru-yellow); display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; font-size: 26px; color: var(--ru-ink); }
.ru-thanks p { font-size: 15px; color: var(--ru-muted); line-height: 1.55; margin: 10px 0 0; }

/* =========================================================================
   Prose (article + press bodies + privacy page)
   ========================================================================= */
.ru-page__head { padding-top: 72px; padding-bottom: 8px; }
.ru-page__title { font-family: var(--ru-serif); font-weight: 700; font-size: clamp(32px, 4vw, 50px); letter-spacing: -0.02em; margin: 0; }
.ru-prose { font-size: 17px; line-height: 1.75; color: #2f3540; }
.ru-prose > *:first-child { margin-top: 0; }
.ru-prose p { margin: 0 0 22px; }
.ru-prose h2 { font-family: var(--ru-serif); font-weight: 600; font-size: 26px; letter-spacing: -0.01em; margin: 34px 0 14px; }
.ru-prose h3 { font-family: var(--ru-serif); font-weight: 600; font-size: 20px; margin: 26px 0 10px; }
.ru-prose ul, .ru-prose ol { margin: 0 0 22px; padding-left: 20px; display: flex; flex-direction: column; gap: 9px; }
.ru-prose a { color: var(--ru-ink); font-weight: 600; text-decoration: underline; text-decoration-color: var(--ru-yellow); text-underline-offset: 3px; }
.ru-prose blockquote { margin: 6px 0 22px; padding: 8px 0 8px 24px; border-left: 3px solid var(--ru-yellow); }
.ru-prose blockquote p { font-family: var(--ru-serif); font-weight: 500; font-size: 22px; line-height: 1.4; color: var(--ru-ink); font-style: italic; margin: 0; }
.ru-prose blockquote cite { display: block; font-family: var(--ru-sans); font-style: normal; font-weight: 600; font-size: 14px; color: var(--ru-muted); margin-top: 14px; }
.ru-prose .ru-press-fir { font-family: var(--ru-sans); font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; font-size: 13px; color: #7a8290; }

.ru-pagination { margin-top: 48px; }
.ru-pagination a, .ru-pagination .current { display: inline-block; padding: 8px 14px; border-radius: 8px; text-decoration: none; color: var(--ru-ink); }
.ru-pagination .current { background: var(--ru-ink); color: var(--ru-cream); }

/* =========================================================================
   Responsive
   ========================================================================= */
@media (max-width: 960px) {
	.ru-nav, .ru-header__cta { display: none !important; }
	.ru-burger { display: inline-flex !important; }
	.ru-hero__inner { min-height: 0; padding-top: 64px; padding-bottom: 64px; }
	.ru-grid--2, .ru-why, .ru-pfeature, .ru-story, .ru-contact, .ru-founder, .ru-srow { grid-template-columns: 1fr; }
	.ru-grid--3 { grid-template-columns: 1fr 1fr; }
	.ru-grid--4 { grid-template-columns: 1fr 1fr; }
	.ru-why__img, .ru-founder__img, .ru-pfeature__img { min-height: 340px; }
	.ru-story__img { position: static; }
	.ru-srow--rev .ru-srow__img { order: 0; }
	.ru-founder__img { order: 2; }
}
@media (max-width: 620px) {
	.ru-wrap { padding-left: 22px; padding-right: 22px; }
	.ru-section { padding-left: 22px; padding-right: 22px; }
	.ru-grid--3, .ru-grid--4 { grid-template-columns: 1fr; }
	.ru-anniv { right: 22px; bottom: 22px; width: 104px; height: 104px; }
	.ru-anniv__num { font-size: 34px; }
	.ru-ctaband__inner, .ru-newsletter__inner { flex-direction: column; align-items: flex-start; gap: 24px; }
	.ru-why__text, .ru-founder__text { padding: 40px 28px; }
	.ru-pfeature__img { min-height: 240px; }
	.ru-field-row { grid-template-columns: 1fr; }
	.ru-subscribe input[type="email"] { min-width: 0; width: 100%; }
	.ru-subscribe { width: 100%; }
	.ru-subscribe .ru-btn { width: 100%; }
}
