/* Client proof first; selected work shows distinct uses without repeating the hero. */
.re-project-container { max-width:1104px; margin:0 auto; }
.re-bts { background:var(--re-paper); color:#171916; padding:0 28px 72px; scroll-margin-top:28px; }
.re-bts-layout { display:grid; grid-template-columns:1.25fr .9fr; grid-template-areas:"media copy" "media description"; grid-template-rows:1fr 1fr; gap:24px 64px; align-items:center; border-top:1px solid #d2d4cb; padding-top:64px; }
.re-bts-copy { grid-area:copy; align-self:end; }
.re-bts-copy .re-bts-label { margin:0 0 20px; color:#60665a; font-size:11px; line-height:1.5; letter-spacing:.09em; }
.re-bts-copy h2 { margin:0; font-size:clamp(36px,3.5vw,48px); font-weight:600; line-height:1.08; letter-spacing:-.045em; }
.re-bts-description { grid-area:description; align-self:start; margin:0; font-size:17px; line-height:1.65; color:#454c3f; }
.re-bts-media { grid-area:media; margin:0; min-width:0; }
.re-bts-player { display:block; position:relative; width:100%; padding:0; border:0; border-radius:10px; overflow:hidden; background:#252825; color:#fff; text-align:start; }
.re-bts-player img { display:block; width:100%; height:auto; aspect-ratio:16/9; object-fit:cover; }
.re-bts-player video { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; opacity:0; transition:opacity .3s ease; pointer-events:none; }
.re-bts-player video.is-ready { opacity:1; }
.re-bts-toggle { position:absolute; z-index:1; inset-inline-end:12px; bottom:12px; display:grid; place-items:center; width:44px; height:44px; padding:0; border:1px solid #ffffff90; border-radius:50%; background:#111c; color:#fff; cursor:pointer; transition:background .2s; }
.re-bts-toggle[hidden] { display:none; }
.re-bts-toggle svg { width:18px; height:18px; fill:currentColor; }
.re-bts-toggle .re-bts-icon-pause,.re-bts-toggle.is-playing .re-bts-icon-play { display:none; }
.re-bts-toggle.is-playing .re-bts-icon-pause { display:block; }
.re-bts-toggle:hover { background:#111; }
.re-bts-toggle:focus-visible { outline:2px solid #fff; outline-offset:3px; }
.re-bts-media figcaption { display:flex; justify-content:space-between; flex-wrap:wrap; gap:6px 16px; margin-top:12px; color:#60665a; font-size:11px; line-height:1.6; }
@media(max-width:1000px) { .re-bts-layout { column-gap:36px; } }
@media(max-width:800px) {
 .re-bts { padding:0 24px 48px; }
 .re-bts-layout { grid-template-columns:1fr; grid-template-rows:auto; grid-template-areas:"copy" "media" "description"; gap:24px; padding-top:40px; }
 .re-bts-copy h2 { font-size:36px; }
 .re-bts-copy .re-bts-label { margin-bottom:16px; }
 .re-bts-description { max-width:550px; font-size:16px; }
}
@media(prefers-reduced-motion:reduce) { .re-bts-player video,.re-bts-toggle { transition:none; } }
.re-launch-link .re-film-purpose { margin:14px 0 6px; font-size:13px; line-height:1.6; color:#4b5344; }
.re-team-fit { display:grid; grid-template-columns:1fr 2fr; gap:48px; margin-top:32px; }
.re-team-fit p { margin:0; font-size:16px; line-height:1.7; color:#60645b; }
.re-team-fit .re-team-fit-title { color:#30372e; font-weight:600; }
@media(max-width:700px) { .re-team-fit { grid-template-columns:1fr; gap:12px; margin-top:28px; } }
.re-trust { background:var(--re-paper); color:#171916; padding:64px 28px 30px; }
.re-testimonial { display:grid; grid-template-columns:116px minmax(0,1fr) auto; align-items:center; gap:30px; margin:0; }
.re-client-portrait { display:block; width:116px; height:116px; object-fit:cover; border-radius:8px; }
.re-testimonial blockquote { margin:0; }
.re-testimonial-copy { margin:0; }
.re-testimonial blockquote p { margin:0; max-width:670px; font-size:clamp(24px,2.4vw,34px); line-height:1.24; letter-spacing:-.035em; font-weight:550; text-wrap:pretty; }
.re-testimonial figcaption { margin-top:20px; display:flex; flex-wrap:wrap; align-items:baseline; gap:7px 14px; font-size:12px; line-height:1.6; color:#565b50; }
.re-testimonial figcaption strong { font-size:12px; font-weight:650; color:#262b24; }
.re-review-button { display:inline-flex; align-items:center; justify-content:center; gap:10px; padding:13px 18px; min-height:50px; border:1px solid #989c93; border-radius:999px; background:transparent; color:#171916; font-size:12px; font-weight:600; line-height:1.4; white-space:nowrap; transition:background .2s,border-color .2s; }
.re-review-button svg { width:17px; height:17px; fill:currentColor; }
.re-review-duration { padding-left:12px; margin-left:2px; border-left:1px solid #aeb1a8; color:#5f645a; font-size:11px; font-weight:400; }
.re-review-button:hover { background:#e9e9e2; border-color:#40473b; }
.re-google-proof { display:flex; align-items:center; gap:10px; width:fit-content; margin:30px 0 0 146px; min-height:44px; color:#565c50; text-decoration:none; font-size:12px; line-height:1.5; }
.re-google-proof strong { color:#242a20; font-size:15px; }
.re-rating-stars { color:#826522; font-size:14px; letter-spacing:2px; }
.re-google-proof svg { width:12px; height:12px; fill:none; stroke:currentColor; stroke-width:1.6; }
.re-google-proof:hover { color:#171916; text-decoration:underline; text-underline-offset:4px; }
.re-trust :focus-visible,.re-project :focus-visible { outline:2px solid #171916; outline-offset:5px; }
.re-project { background:var(--re-paper); color:#171916; padding:0 28px 76px; scroll-margin-top:28px; }
.re-social-work { display:grid; grid-template-columns:minmax(0,1.12fr) minmax(0,1fr); gap:48px; align-items:start; border-top:1px solid #d2d4cb; padding-top:58px; }
.re-social-intro h2 { margin:0 0 24px; font-size:clamp(36px,3.5vw,50px); font-weight:600; line-height:1.07; letter-spacing:-.045em; }
.re-social-intro>p { margin:0; max-width:360px; font-size:18px; line-height:1.6; letter-spacing:-.016em; color:#454c3f; }
.re-social-intro .re-content-scope { margin-top:22px; font-size:15px; color:#60665a; }
.re-social-intro .re-work-attribution { margin-top:40px; font-size:11px; letter-spacing:0; color:#505748; line-height:1.8; }
.re-work-attribution span { color:#6d7267; }
.re-social-films { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:24px; }
.re-social-films figure { margin:0; min-width:0; }
.re-reel-player { display:block; width:100%; position:relative; padding:0; border:0; background:#252825; border-radius:10px; color:#fff; text-align:left; overflow:hidden; }
.re-reel-player img { width:100%; height:auto; aspect-ratio:9/16; object-fit:cover; display:block; border-radius:inherit; }
.re-reel-play { position:absolute; left:12px; right:12px; bottom:12px; display:flex; align-items:center; gap:8px; padding:10px 12px; min-height:44px; background:rgba(7,9,8,.85); border:1px solid #ffffff40; border-radius:999px; font-size:12px; font-weight:500; transition:background .2s; }
.re-reel-play svg { width:18px; height:18px; fill:currentColor; flex:none; }
.re-reel-play>span { margin-left:auto; color:#e1e1dc; font-size:11px; }
.re-reel-player:hover .re-reel-play { background:#080a09; }
.re-social-films figcaption { margin-top:16px; }
.re-social-films h3 { margin:0 0 8px; color:#232720; font-size:16px; font-weight:600; line-height:1.35; letter-spacing:-.02em; }
.re-social-films figcaption p { margin:0; font-size:13px; line-height:1.6; color:#60645b; }
.re-social-films figcaption .re-work-client { margin-bottom:7px; color:#4b5344; font-size:11px; font-weight:600; }
.re-film-dialog.is-portrait { width:min(430px,calc(100% - 24px)); }
.re-film-dialog.is-portrait .re-dialog-bar { padding:15px 18px; }
.re-film-dialog.is-portrait .re-dialog-bar h2 { font-size:15px; }
.re-film-dialog.is-portrait video { height:min(72svh,720px); max-height:calc(100svh - 150px); object-fit:contain; }
@media(max-width:1100px) {
  .re-testimonial { grid-template-columns:100px minmax(0,1fr); gap:22px 28px; }
  .re-client-portrait { width:100px; height:100px; align-self:start; }
  .re-testimonial>.re-review-button { grid-column:2; justify-self:start; }
  .re-google-proof { margin-left:128px; margin-top:12px; }
  .re-social-work { gap:40px; }
}
@media(max-width:700px) {
  .re-trust { padding:38px 24px 26px; }
  .re-testimonial { grid-template-columns:64px minmax(0,1fr); gap:20px; }
  .re-client-portrait { width:64px; height:64px; grid-row:2; border-radius:6px; }
  .re-testimonial-copy { display:contents; }
  .re-testimonial blockquote { grid-column:1/-1; }
  .re-testimonial blockquote p { font-size:26px; line-height:1.25; }
  .re-testimonial figcaption { grid-column:2; grid-row:2; margin:0; display:block; }
  .re-testimonial figcaption strong,.re-testimonial figcaption span { display:block; }
  .re-testimonial figcaption strong { font-size:13px; margin-bottom:4px; }
  .re-testimonial figcaption span { max-width:225px; }
  .re-testimonial>.re-review-button { grid-column:1/-1; }
  .re-google-proof { margin:14px 0 0; font-size:11px; gap:8px; }
  .re-project { padding:0 24px 42px; scroll-margin-top:24px; }
  .re-social-work { display:block; padding-top:34px; }
  .re-social-intro h2 { font-size:38px; margin-bottom:20px; }
  .re-social-intro>p { font-size:16px; max-width:440px; }
  .re-social-intro .re-content-scope { margin-top:16px; font-size:14px; }
  .re-social-intro .re-work-attribution { margin-top:24px; }
  .re-social-films { margin-top:24px; gap:18px; }
  .re-reel-play { left:8px; right:8px; bottom:8px; padding:8px; gap:5px; font-size:11px; }
  .re-reel-play svg { width:15px; height:15px; }
  .re-social-films figcaption { margin-top:12px; }
  .re-social-films h3 { font-size:14px; }
  .re-social-films figcaption p { font-size:12px; }
  .re-review-button { min-height:48px; }
}
@media(prefers-reduced-motion:reduce) {
  .re-review-button,.re-reel-play { transition:none; }
}
/* Frequently asked questions and the closing campaign invitation. */
.re-faq { padding:72px 28px; background:var(--re-paper); color:#20221f; scroll-margin-top:24px; }
.re-faq-layout { display:grid; grid-template-columns:minmax(0,.8fr) minmax(0,2fr); gap:72px; align-items:start; }
#faq-title { margin:0; font-size:30px; line-height:1.2; letter-spacing:-.035em; font-weight:600; }
.re-faq details { border-bottom:1px solid #d2d4cb; }
.re-faq summary { display:flex; align-items:center; justify-content:space-between; gap:24px; min-height:72px; padding:22px 0; cursor:pointer; list-style:none; font-size:17px; font-weight:550; line-height:1.45; letter-spacing:-.015em; }
.re-faq details:first-child summary { padding-top:0; min-height:50px; }
.re-faq summary::-webkit-details-marker { display:none; }
.re-faq summary span { flex:none; font-size:24px; font-weight:400; line-height:1; transition:transform .2s; }
.re-faq details[open] summary span { transform:rotate(45deg); }
.re-faq details p { margin:0; padding:0 36px 24px 0; font-size:15px; line-height:1.7; color:#555b4e; max-width:620px; }
.re-faq summary:hover { color:#606a50; }
.re-faq :focus-visible { outline:2px solid #20221f; outline-offset:5px; }
.re-faq-action { display:flex; flex-direction:column; align-items:flex-start; gap:0; margin-top:56px; padding-top:56px; padding-bottom:12px; border-top:1px solid #d2d4cb; }
#closing-title { margin:0; font-size:clamp(34px,3.2vw,44px); line-height:1.15; letter-spacing:-.04em; font-weight:600; }
.re-faq-action>p { margin:20px 0 28px; max-width:540px; color:#555b4e; font-size:17px; line-height:1.6; letter-spacing:-.015em; }
.re-faq-action .re-button { flex:none; background:#20221f; border-color:#20221f; color:#f5f4f0; }
.re-faq-action .re-button:hover { background:#383d33; border-color:#383d33; }
@media(max-width:700px) {
  .re-faq { padding:48px 24px; }
  .re-faq-layout { grid-template-columns:1fr; gap:30px; }
  #faq-title { font-size:28px; }
  .re-faq summary { font-size:16px; gap:18px; }
  .re-faq details p { font-size:14px; padding-right:12px; }
  .re-faq-action { margin-top:40px; padding-top:40px; padding-bottom:0; }
  #closing-title { font-size:34px; }
  .re-faq-action>p { margin:18px 0 24px; font-size:16px; }
}
@media(prefers-reduced-motion:reduce) { .re-faq summary span { transition:none; } }
/* Work links stay compact; production remains subordinate to the offer. */
.re-project { padding-bottom:54px; }
.re-launch-link { margin-top:14px; }
.re-launch-link button { display:block; position:relative; width:100%; padding:0; border:0; border-radius:10px; overflow:hidden; background:#20221f; color:#fff; font-size:12px; text-align:left; }
.re-launch-link button>img { display:block; width:100%; height:auto; aspect-ratio:16/9; object-fit:cover; transform:scale(1.25); transform-origin:50% 75%; }
.re-launch-play { display:flex; align-items:center; gap:8px; position:absolute; bottom:0; left:0; right:0; padding:28px 12px 14px; background:linear-gradient(transparent,#080808ed); }
.re-launch-link button svg { width:17px; height:17px; fill:currentColor; }
.re-launch-link button small { color:#eee; font-size:11px; white-space:nowrap; margin-left:auto; }
.re-launch-link button:hover { color:#fff; }
.re-launch-link button:hover .re-launch-play { background:linear-gradient(transparent,#080808); }
.re-launch-link p { margin:6px 0 0; color:#6d7267; font-size:11px; line-height:1.6; }
@media(max-width:700px) {
  .re-project { padding-bottom:36px; }
  .re-launch-link { margin-top:20px; }
}
/* Clear campaign proof and usable mobile film previews. */
.re-social-film-group { min-width:0; }
.re-mobile-film-hint { display:none; }
.re-social-intro .re-work-attribution { margin-top:22px; }
.re-enquiry-error { color:#8a3026; font-size:14px; line-height:1.6; }
.re-enquiry-success h3 { font-size:26px; letter-spacing:-.03em; }
.re-enquiry-success p { color:#555b4e; line-height:1.6; }
.re-enquiry-success .re-button { background:#20221f; color:#fff; margin-top:18px; }
#project-brief[hidden],#enquiry-success[hidden] { display:none; }
#send-campaign:disabled { opacity:.65; cursor:wait; transform:none; }
@media(max-width:700px) {
  .re-social-film-group { margin-top:28px; }
  .re-mobile-film-hint { display:block; margin:0 0 12px; color:#60645b; font-size:12px; }
  .re-social-films { display:grid; grid-template-columns:none; grid-auto-flow:column; grid-auto-columns:82%; gap:18px; overflow-x:auto; scroll-snap-type:x mandatory; margin-top:0; padding-bottom:14px; }
  .re-social-films figure { scroll-snap-align:start; }
  .re-social-films h3 { font-size:16px; }
  .re-social-films figcaption p { font-size:13px; }
  .re-launch-link { max-width:100%; }
  .re-social-intro .re-content-scope { display:none; }
}
.real-estate-page #orion-cookie-bar button { border-radius:999px!important; min-height:44px; padding:10px 20px!important; }
.real-estate-page #orion-cookie-decline { color:#d5d5d5!important; }
/* One continuous ivory layout, with an offer per row. */
.re-engagements { padding:0 28px 60px; background:var(--re-paper); color:#20221f; scroll-margin-top:24px; }
.re-engagements>.re-project-container { border-top:1px solid #d2d4cb; padding-top:56px; }
.re-offer-intro { display:grid; grid-template-columns:1fr; gap:20px; }
.re-offer-intro h2 { margin:0; font-size:clamp(36px,3.5vw,50px); font-weight:600; letter-spacing:-.045em; line-height:1.08; }
.re-offer-intro>p { margin:0; max-width:560px; color:#60645b; font-size:18px; line-height:1.55; }
.re-engagement-options { margin-top:42px; }
.re-offer-row { display:grid; grid-template-columns:1fr 2fr; gap:48px; align-items:start; border-top:1px solid #d2d4cb; padding:30px 0; }
.re-offer-row:last-child { border-bottom:1px solid #d2d4cb; }
.re-offer-row h3 { margin:0; font-size:32px; font-weight:550; letter-spacing:-.035em; line-height:1.2; }
.re-offer-row p { margin:0; max-width:530px; font-size:19px; line-height:1.55; color:#343a30; letter-spacing:-.015em; }
.re-offer-row .re-engagement-scope { margin-top:16px; font-size:14px; line-height:1.65; color:#60645b; letter-spacing:0; }
.re-campaign-link { display:inline-flex; align-items:center; gap:10px; min-height:44px; margin-top:24px; font-size:14px; font-weight:600; text-decoration:underline; text-underline-offset:5px; }
.re-campaign-link span { font-size:19px; }
.re-campaign-link:hover { color:#606a50; }
.re-engagements :focus-visible { outline:2px solid #20221f; outline-offset:5px; }
#production-process { scroll-margin-top:28px; }
@media(max-width:700px) {
  .re-engagements { padding:0 24px 40px; }
  .re-engagements>.re-project-container { padding-top:36px; }
  .re-offer-intro { grid-template-columns:1fr; gap:18px; }
  .re-offer-intro h2 { font-size:38px; }
  .re-offer-intro>p { font-size:16px; max-width:310px; margin:0; }
  .re-engagement-options { margin-top:30px; }
  .re-offer-row { grid-template-columns:1fr; gap:14px; padding:22px 0; }
  .re-offer-row h3 { font-size:28px; }
  .re-offer-row p { font-size:17px; }
  .re-offer-row .re-engagement-scope { font-size:14px; margin-top:12px; }
  .re-campaign-link { margin-top:18px; }
}
.re-offer-row .re-campaign-link { margin-top:12px; }
.re-reel-navigation { display:none; }
@media(max-width:700px) {
  .re-reel-navigation:not([hidden]) { display:flex; align-items:center; justify-content:flex-end; gap:16px; margin-top:8px; }
  .re-reel-navigation button { width:44px; height:44px; border:1px solid #9b9e96; border-radius:50%; background:transparent; color:#20221f; font-size:20px; }
  .re-reel-navigation button:disabled { opacity:.3; cursor:default; }
  .re-reel-navigation span { font-size:12px; color:#60645b; }
  .re-social-films { scrollbar-width:none; }
  .re-social-films::-webkit-scrollbar { display:none; }
}
