:root {
  --rg-ink: #11100e;
  --rg-paper: #f4f0e8;
  --rg-white: #fff;
  --rg-muted: #6e6a62;
  --rg-line: rgba(17, 16, 14, 0.16);
  --rg-accent: #ef4b23;
  --rg-yellow: #f4bf31;
  --rg-wrap: 1240px;
  --rg-radius: 3px;
  --rg-serif: Georgia, 'Times New Roman', serif;
  --rg-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body { margin: 0; color: var(--rg-ink); background: var(--rg-paper); font-family: var(--rg-sans); font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.wrap { width: min(calc(100% - 48px), var(--rg-wrap)); margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 9999; padding: 10px 14px; color: #fff; background: #000; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: #fff; border-bottom: 1px solid rgba(255,255,255,.18); transition: background .25s ease, color .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled, body:not(.home) .site-header { color: var(--rg-ink); background: rgba(244,240,232,.94); box-shadow: 0 8px 28px rgba(17,16,14,.06); backdrop-filter: blur(12px); }
.site-header__inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.site-brand, .site-brand__link { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; text-transform: uppercase; font-weight: 800; letter-spacing: -.02em; line-height: 1; }
.site-brand .custom-logo-link { display: inline-flex; }
.site-brand .custom-logo { max-height: 52px; width: auto; }
.site-brand__mark { display: grid; width: 34px; height: 34px; place-items: center; color: var(--rg-ink); background: var(--rg-yellow); border-radius: 50%; font-size: 11px; letter-spacing: .04em; }
.site-nav__list { display: flex; align-items: center; gap: clamp(19px, 2.2vw, 34px); margin: 0; padding: 0; list-style: none; }
.site-nav a { position: relative; text-decoration: none; text-transform: uppercase; font-size: 12px; font-weight: 750; letter-spacing: .11em; }
.site-nav a::after { content: ''; position: absolute; right: 0; bottom: -8px; left: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.site-nav__contact { padding: 12px 17px; color: var(--rg-ink) !important; background: var(--rg-yellow); }
.site-nav__contact::after { display: none; }
.nav-toggle { display: none; border: 0; background: transparent; cursor: pointer; }

.hero { position: relative; overflow: hidden; color: #fff; background: var(--rg-ink); }
.hero__noise { position: absolute; inset: 0; opacity: .22; pointer-events: none; background-image: radial-gradient(circle at 15% 25%, rgba(239,75,35,.35), transparent 28%), radial-gradient(circle at 80% 12%, rgba(244,191,49,.2), transparent 23%), linear-gradient(115deg, transparent 55%, rgba(255,255,255,.05) 55.1%, transparent 55.3%); }
.hero__inner { position: relative; min-height: min(890px, 94vh); padding-block: 154px 105px; display: grid; grid-template-columns: minmax(0,1.05fr) minmax(350px,.7fr); align-items: center; gap: clamp(52px, 8vw, 120px); }
.eyebrow { margin: 0 0 22px; color: var(--rg-yellow); text-transform: uppercase; font-size: 12px; font-weight: 800; letter-spacing: .19em; }
.eyebrow--dark { color: var(--rg-accent); }
.hero h1, .section h2, .content-header h1, .error-page h1 { margin: 0; font-family: var(--rg-serif); font-weight: 500; letter-spacing: -.055em; line-height: .96; }
.hero h1 { max-width: 760px; font-size: clamp(61px, 8vw, 112px); text-wrap: balance; }
.hero__intro { max-width: 700px; margin: 32px 0 0; color: rgba(255,255,255,.76); font-size: clamp(18px, 1.55vw, 22px); line-height: 1.55; }
.hero__actions { display: flex; align-items: center; gap: 32px; margin-top: 42px; }
.button { display: inline-flex; min-height: 52px; padding: 13px 22px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: var(--rg-radius); text-decoration: none; text-transform: uppercase; font-size: 12px; font-weight: 800; letter-spacing: .1em; transition: transform .2s ease, background .2s ease, color .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button--light { color: var(--rg-ink); background: var(--rg-yellow); }
.button--dark { color: #fff; background: var(--rg-ink); }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-block: 6px; border-bottom: 1px solid currentColor; text-decoration: none; text-transform: uppercase; font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.text-link span { font-size: 18px; transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px,-3px); }
.text-link--light { color: #fff; }
.portrait-frame { position: relative; width: min(100%, 440px); margin-left: auto; aspect-ratio: .77; background: #211f1b; border: 1px solid rgba(255,255,255,.19); }
.portrait-frame::before { content: ''; position: absolute; inset: -16px 16px 16px -16px; border: 1px solid rgba(244,191,49,.55); pointer-events: none; }
.portrait-frame__image { width: 100%; height: 100%; object-fit: cover; filter: saturate(.86) contrast(1.05); }
.portrait-frame__monogram { width: 100%; height: 100%; display: grid; place-items: center; overflow: hidden; color: var(--rg-yellow); background: radial-gradient(circle at 65% 25%, #3b352a 0, #181715 46%, #0b0b0a 100%); font-family: var(--rg-serif); font-size: clamp(110px, 17vw, 240px); font-style: italic; letter-spacing: -.12em; text-indent: -.1em; }
.portrait-frame__caption { position: absolute; right: -22px; bottom: 31px; display: flex; min-width: 205px; padding: 15px 17px; flex-direction: column; color: var(--rg-ink); background: var(--rg-yellow); font-size: 11px; line-height: 1.35; text-transform: uppercase; letter-spacing: .12em; }
.portrait-frame__caption strong { margin-top: 4px; font-size: 13px; }
.hero__ticker { position: relative; border-top: 1px solid rgba(255,255,255,.17); }
.hero__ticker-inner { min-height: 71px; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: rgba(255,255,255,.65); text-transform: uppercase; font-size: 11px; font-weight: 700; letter-spacing: .14em; }
.hero__ticker i { width: 5px; height: 5px; flex: 0 0 auto; background: var(--rg-accent); border-radius: 50%; }

.section { padding-block: clamp(92px, 11vw, 155px); }
.section h2 { max-width: 720px; font-size: clamp(45px, 6vw, 79px); text-wrap: balance; }
.split-layout { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1fr); gap: clamp(60px, 10vw, 150px); }
.about-copy { padding-top: 38px; color: var(--rg-muted); }
.about-copy p { max-width: 670px; }
.about-copy .lead { margin-top: 0; color: var(--rg-ink); font-family: var(--rg-serif); font-size: clamp(25px, 3vw, 37px); line-height: 1.3; letter-spacing: -.025em; }
.about-copy .text-link { margin-top: 22px; color: var(--rg-ink); }
.milestones { margin-top: 95px; display: grid; grid-template-columns: repeat(3,1fr); border-block: 1px solid var(--rg-line); }
.milestones div { min-height: 155px; padding: 32px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--rg-line); }
.milestones div:first-child { padding-left: 0; }
.milestones div:last-child { border-right: 0; }
.milestones strong { font-family: var(--rg-serif); font-size: clamp(42px,5vw,68px); font-weight: 500; line-height: 1; }
.milestones span { margin-top: 11px; color: var(--rg-muted); font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }

.section--network { padding-top: 120px; background: #fff; }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 55px; }
.section-heading > p { max-width: 390px; margin: 0 0 8px; color: var(--rg-muted); }
.brand-grid { margin-top: 72px; display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--rg-line); border-left: 1px solid var(--rg-line); }
.brand-card { position: relative; min-height: 275px; padding: 38px; border-right: 1px solid var(--rg-line); border-bottom: 1px solid var(--rg-line); text-decoration: none; overflow: hidden; transition: color .25s ease, background .25s ease; }
.brand-card::before { content: ''; position: absolute; inset: auto 0 0; height: 5px; background: var(--rg-accent); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.brand-card:hover { color: #fff; background: var(--rg-ink); }
.brand-card:hover::before { transform: scaleX(1); }
.brand-card__number { color: var(--rg-muted); font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.brand-card h3 { margin: 74px 0 5px; font-family: var(--rg-serif); font-size: clamp(31px,4vw,48px); font-weight: 500; letter-spacing: -.035em; }
.brand-card p { margin: 0; color: var(--rg-muted); text-transform: uppercase; font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.brand-card__arrow { position: absolute; top: 31px; right: 34px; font-size: 25px; }

.section--work { color: #fff; background: var(--rg-ink); }
.services { border-top: 1px solid rgba(255,255,255,.18); }
.service { padding: 31px 0; display: grid; grid-template-columns: 54px 1fr; gap: 24px; border-bottom: 1px solid rgba(255,255,255,.18); }
.service > span { color: var(--rg-accent); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.service h3 { margin: 0 0 9px; font-family: var(--rg-serif); font-size: clamp(26px,3vw,38px); font-weight: 500; letter-spacing: -.025em; }
.service p { max-width: 560px; margin: 0; color: rgba(255,255,255,.58); }

.section--contact { background: var(--rg-yellow); }
.contact-layout { display: grid; grid-template-columns: minmax(0,.85fr) minmax(380px,1fr); gap: clamp(60px,10vw,145px); align-items: start; }
.contact-copy > p:not(.eyebrow) { max-width: 570px; margin: 30px 0 0; }
.contact-details { margin-top: 55px; border-top: 1px solid rgba(17,16,14,.24); }
.contact-details > * { padding: 19px 0; display: grid; grid-template-columns: 150px 1fr; gap: 20px; border-bottom: 1px solid rgba(17,16,14,.24); text-decoration: none; }
.contact-details span { text-transform: uppercase; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.contact-details strong { font-size: 14px; font-weight: 650; }
.contact-form-wrap { padding: clamp(29px,5vw,55px); background: var(--rg-paper); box-shadow: 18px 18px 0 rgba(17,16,14,.12); }
.form-unavailable h3 { margin-top: 0; font-family: var(--rg-serif); font-size: 32px; }

.site-footer { padding-block: 64px 35px; color: #fff; background: #090908; }
.site-footer__inner { display: grid; grid-template-columns: 1fr auto; gap: 38px; align-items: start; }
.site-footer__brand { text-decoration: none; text-transform: uppercase; font-size: 17px; font-weight: 850; letter-spacing: .01em; }
.site-footer p { margin: 9px 0 0; color: rgba(255,255,255,.52); font-size: 13px; }
.site-footer__social { display: flex; flex-wrap: wrap; gap: 22px; }
.site-footer__social a { text-decoration: none; text-transform: uppercase; font-size: 10px; font-weight: 800; letter-spacing: .11em; }
.site-footer__legal { grid-column: 1/-1; padding-top: 32px; border-top: 1px solid rgba(255,255,255,.13); }

.content-shell { min-height: 75vh; padding-top: 165px; padding-bottom: 110px; }
.content-shell--narrow { max-width: 940px; }
.content-header { max-width: 950px; margin-bottom: 60px; }
.content-header h1, .error-page h1 { font-size: clamp(52px,7vw,92px); }
.entry-content { font-size: 18px; }
.entry-content > *:not(.alignwide):not(.alignfull), .entry-content .wp-block-group__inner-container { max-width: 780px; }
.entry-content h2, .entry-content h3 { margin-top: 2em; font-family: var(--rg-serif); line-height: 1.15; }
.entry-content a { text-decoration-thickness: 1px; text-underline-offset: 3px; }
.entry-hero { margin: 0 0 50px; }
.post-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 28px; }
.post-card { padding: 30px; border: 1px solid var(--rg-line); background: #fff; }
.post-card h2 { font-family: var(--rg-serif); font-size: 35px; line-height: 1.1; }
.post-card h2 a { text-decoration: none; }
.post-card__meta { color: var(--rg-muted); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.error-page { min-height: 76vh; padding-top: 190px; padding-bottom: 100px; }
.error-page p:not(.eyebrow) { margin-bottom: 32px; }

.contact-page { background: var(--rg-paper); }
.contact-page__hero { padding: 168px 0 96px; color: #fff; background: var(--rg-ink); }
.contact-page__hero h1 { max-width: 950px; margin: 0; font-family: var(--rg-serif); font-size: clamp(58px, 8vw, 104px); font-weight: 500; letter-spacing: -.055em; line-height: .96; text-wrap: balance; }
.contact-page__hero p:last-child { max-width: 720px; margin: 30px 0 0; color: rgba(255,255,255,.65); font-size: clamp(17px, 2vw, 21px); }
.contact-page__body { padding: clamp(82px, 10vw, 130px) 0; }
.contact-page__grid { display: grid; grid-template-columns: minmax(290px, .72fr) minmax(480px, 1.15fr); gap: clamp(55px, 9vw, 125px); align-items: start; }
.contact-page__details h2 { max-width: 520px; margin: 0; font-family: var(--rg-serif); font-size: clamp(42px, 5vw, 68px); font-weight: 500; letter-spacing: -.045em; line-height: 1; }
.contact-page__details > p:not(.eyebrow) { max-width: 530px; margin: 27px 0 0; color: var(--rg-muted); }
.contact-page__form { padding: clamp(26px, 4vw, 48px); background: #fff; border: 1px solid rgba(17,16,14,.1); border-radius: 5px; box-shadow: 18px 18px 0 rgba(17,16,14,.1); }

.about-page { background: var(--rg-paper); }
.about-page__hero { padding: 168px 0 92px; color: #fff; background: var(--rg-ink); }
.about-page__hero-inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .62fr); align-items: end; gap: clamp(42px, 8vw, 115px); }
.about-page__hero h1 { max-width: 850px; margin: 0; font-family: var(--rg-serif); font-size: clamp(64px, 9vw, 118px); font-weight: 500; letter-spacing: -.06em; line-height: .9; }
.about-page__hero-copy { max-width: 490px; padding-bottom: 7px; color: rgba(255,255,255,.67); font-size: clamp(17px, 1.8vw, 21px); }
.about-page__hero-copy p { margin: 0; }
.about-page__body { padding: clamp(78px, 10vw, 135px) 0; }
.about-page__content { width: min(100%, 1060px); margin-inline: auto; }
.about-page__content > :first-child { margin-top: 0; }
.about-page__content h2 { margin: 0 0 38px; font-family: var(--rg-serif); font-size: clamp(42px, 6vw, 72px); font-weight: 500; letter-spacing: -.045em; line-height: 1; }
.about-page__content h3 { margin: 2em 0 .65em; font-family: var(--rg-serif); font-size: clamp(28px, 4vw, 42px); font-weight: 500; line-height: 1.1; }
.about-page__content p { max-width: 900px; margin: 0 auto 1.45em; font-size: clamp(18px, 2vw, 22px); line-height: 1.75; }
.about-page__content figure,
.about-page__content .wp-block-image,
.about-page__content .elementor-widget-image { max-width: 1060px; margin: 0 auto clamp(48px, 7vw, 82px); }
.about-page__content img { width: 100%; max-height: 690px; object-fit: cover; object-position: center; }
.about-page__content .elementor,
.about-page__content .elementor-section,
.about-page__content .elementor-container,
.about-page__content .elementor-column,
.about-page__content .elementor-widget-wrap,
.about-page__content .elementor-widget,
.about-page__content .elementor-widget-container { width: 100% !important; max-width: none !important; margin-left: 0 !important; margin-right: 0 !important; padding-left: 0 !important; padding-right: 0 !important; }
.about-page__content .elementor-element { min-height: 0 !important; }
.about-page__content a { text-decoration-thickness: 1px; text-underline-offset: 4px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal[data-delay="1"] { transition-delay: .12s; }
.reveal.is-visible { opacity: 1; transform: none; }
:focus-visible { outline: 3px solid var(--rg-accent); outline-offset: 3px; }

@media (max-width: 960px) {
  .wrap { width: min(calc(100% - 36px), var(--rg-wrap)); }
  .nav-toggle { display: inline-flex; align-items: center; gap: 11px; color: inherit; }
  .nav-toggle__label { text-transform: uppercase; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
  .nav-toggle__lines { width: 24px; display: grid; gap: 6px; }
  .nav-toggle__lines span { display: block; height: 1px; background: currentColor; transition: transform .2s ease; }
  .nav-open .nav-toggle__lines span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .nav-open .nav-toggle__lines span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 78px 0 0; display: none; padding: 35px 24px; color: #fff; background: var(--rg-ink); }
  .nav-open .site-nav { display: block; }
  .site-nav__list { height: 100%; flex-direction: column; align-items: flex-start; justify-content: center; gap: 25px; }
  .site-nav a { font-family: var(--rg-serif); font-size: clamp(34px,8vw,62px); font-weight: 500; letter-spacing: -.03em; text-transform: none; }
  .site-nav__contact { padding: 8px 13px; font-family: var(--rg-sans) !important; font-size: 13px !important; font-weight: 800 !important; letter-spacing: .08em !important; text-transform: uppercase !important; }
  .hero__inner { grid-template-columns: 1fr; padding-top: 148px; padding-bottom: 80px; }
  .hero__visual { width: min(76vw, 430px); margin-inline: auto; }
  .portrait-frame { margin-inline: auto; }
  .split-layout, .contact-layout { grid-template-columns: 1fr; gap: 58px; }
	.contact-page__grid { grid-template-columns: 1fr; }
	.about-page__hero-inner { grid-template-columns: 1fr; align-items: start; gap: 30px; }
  .about-copy { padding-top: 0; }
  .section-heading { grid-template-columns: 1fr; align-items: start; gap: 30px; }
  .contact-layout { grid-template-columns: 1fr; }
}

@media (max-width: 650px) {
  body { font-size: 16px; }
  .wrap { width: min(calc(100% - 28px), var(--rg-wrap)); }
  .site-header__inner { min-height: 70px; }
  .site-nav { top: 70px; }
  .site-brand__name { font-size: 14px; }
  .hero__inner { min-height: auto; padding-top: 124px; gap: 64px; }
  .hero h1 { font-size: clamp(55px, 17vw, 82px); }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero__visual { width: calc(100% - 20px); }
  .portrait-frame__caption { right: -8px; }
  .hero__ticker-inner { padding-block: 19px; flex-wrap: wrap; justify-content: flex-start; }
  .hero__ticker-inner i:nth-of-type(3), .hero__ticker-inner span:last-child { display: none; }
  .section { padding-block: 88px; }
  .section--network { padding-top: 84px; }
  .brand-grid { grid-template-columns: 1fr; margin-top: 48px; }
  .brand-card { min-height: 225px; padding: 28px; }
  .brand-card h3 { margin-top: 58px; }
  .brand-card__arrow { top: 22px; right: 25px; }
  .milestones { grid-template-columns: 1fr; margin-top: 65px; }
  .milestones div { min-height: 125px; padding-inline: 0; border-right: 0; border-bottom: 1px solid var(--rg-line); }
  .milestones div:last-child { border-bottom: 0; }
  .service { grid-template-columns: 38px 1fr; gap: 14px; }
  .contact-details > * { grid-template-columns: 1fr; gap: 4px; }
  .contact-form-wrap { padding: 27px 20px; box-shadow: 9px 9px 0 rgba(17,16,14,.12); }
  .site-footer__inner { grid-template-columns: 1fr; }
  .site-footer__legal { grid-column: auto; }
  .post-list { grid-template-columns: 1fr; }
	.contact-page__hero { padding-top: 130px; padding-bottom: 72px; }
	.contact-page__form { padding: 25px 18px; box-shadow: 9px 9px 0 rgba(17,16,14,.1); }
	.about-page__hero { padding-top: 130px; padding-bottom: 70px; }
	.about-page__content h2 { margin-bottom: 28px; }
	.about-page__content p { line-height: 1.65; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
