:root {
  --color-primary: #741f35;
  --color-primary-deep: #3b0b18;
  --color-accent: #efe1c6;
  --color-bg: #080808;
  --color-surface: #111010;
  --color-surface-2: #181515;
  --color-text: #ffffff;
  --color-muted: #aaa4a3;
  --color-line: rgba(255, 255, 255, .12);
  --social-gradient: linear-gradient(45deg, #feda75 0%, #fa7e1e 25%, #d62976 50%, #962fbf 75%, #4f5bd5 100%);
  --font-display: "Segoe UI", Tahoma, Arial, sans-serif;
  --font-body: "Segoe UI", Tahoma, Arial, sans-serif;
  --shell: min(1200px, calc(100vw - 64px));
  --section-space: clamp(82px, 8vw, 128px);
  --ease: cubic-bezier(.2, .75, .25, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { width: 100%; max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body {
	width: 100%;
	max-width: 100%;
  margin: 0;
  overflow-x: hidden;
  background: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
p { margin: 0 0 1.25em; }
h1, h2, h3, h4 { margin: 0; color: inherit; font-family: var(--font-display); font-weight: 750; line-height: 1.04; letter-spacing: -.045em; }
h1 { font-size: clamp(3.5rem, 6.4vw, 7.2rem); }
h2 { font-size: clamp(2.8rem, 4.8vw, 5.3rem); }
h3 { font-size: clamp(1.45rem, 1.9vw, 2rem); }
h1 em, h2 em { color: var(--color-accent); font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.055em; text-transform: none; }
::selection { background: var(--color-accent); color: #111; }

.site-shell { width: var(--shell); margin-inline: auto; }
.site-main { min-height: 75vh; }
.section { position: relative; padding-block: var(--section-space); }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { top: 10px; left: 10px; z-index: 99999; width: auto; height: auto; padding: 12px 18px; clip: auto; background: #fff; color: #000; }

.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 28px; color: var(--color-accent); font-size: .75rem; font-weight: 800; letter-spacing: .16em; line-height: 1.2; text-transform: uppercase; }
.eyebrow > span { width: 34px; height: 1px; background: currentColor; }
.eyebrow--dark { color: var(--color-primary-deep); }
.lead { font-size: clamp(1.3rem, 2vw, 1.8rem); line-height: 1.38; letter-spacing: -.025em; }

.button { display: inline-flex; min-height: 58px; align-items: center; justify-content: center; gap: 20px; padding: 14px 22px 14px 26px; border: 1px solid transparent; border-radius: 0; background: var(--color-primary); color: #fff; font-size: .82rem; font-weight: 800; letter-spacing: .06em; line-height: 1; text-transform: uppercase; transition: background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease), transform .3s var(--ease); }
.button svg, .text-link svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; transition: transform .3s var(--ease); }
.button:hover, .button:focus-visible { transform: translateY(-2px); background: var(--color-accent); color: #16100f; }
.button:hover svg, .button:focus-visible svg, .text-link:hover svg { transform: translateX(4px); }
.button--light { background: var(--color-accent); color: #160f0e; }
.button--light:hover, .button--light:focus-visible { background: #fff; color: #000; }
.button--outline { border-color: var(--color-line); background: transparent; }
.button--outline:hover { border-color: var(--color-accent); }
.button--small { min-height: 46px; padding: 12px 17px 12px 20px; font-size: .72rem; }
.button--small svg { width: 18px; height: 18px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-block: 6px; border-bottom: 1px solid currentColor; font-size: .8rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.text-link span { font-size: 1rem; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; padding-block: 22px; border-bottom: 1px solid transparent; transition: padding .3s var(--ease), background .3s var(--ease), border-color .3s var(--ease); }
.admin-bar .site-header { top: 32px; }
.site-header.is-scrolled { padding-block: 12px; border-color: var(--color-line); background: rgba(8, 8, 8, .91); backdrop-filter: blur(18px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand-wrap, .brand { display: inline-flex; position: relative; z-index: 2; min-width: max-content; align-items: center; gap: 12px; }
.brand-mark { position: relative; display: inline-block; width: 28px; height: 28px; transform: rotate(45deg); }
.brand-mark i { position: absolute; display: block; width: 17px; height: 17px; border: 2px solid var(--color-accent); }
.brand-mark i:first-child { inset: 0 auto auto 0; border-right: 0; border-bottom: 0; }
.brand-mark i:last-child { right: 0; bottom: 0; border-top: 0; border-left: 0; }
.brand-name { font-family: var(--font-display); font-size: 1.3rem; font-weight: 900; letter-spacing: .14em; line-height: 1; }
.custom-logo-link { display: inline-flex; align-items: center; }
.custom-logo { width: auto; max-width: 210px; max-height: 52px; }
.site-nav { margin-left: auto; }
.site-nav ul { display: flex; align-items: center; gap: clamp(22px, 2.4vw, 42px); margin: 0; padding: 0; list-style: none; }
.site-nav a { position: relative; display: block; padding: 10px 0; color: #d8d4d1; font-size: .76rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.site-nav a::after { position: absolute; right: 0; bottom: 4px; left: 0; height: 1px; background: var(--color-accent); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .3s var(--ease); }
.site-nav a:hover::after, .site-nav .current-menu-item > a::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; position: relative; z-index: 2; width: 46px; height: 46px; padding: 0; border: 1px solid var(--color-line); background: transparent; }
.menu-toggle i { display: block; width: 20px; height: 1px; margin: 6px auto; background: currentColor; transition: transform .25s, opacity .25s; }

.hero { position: relative; isolation: isolate; min-height: max(650px, 88svh); overflow: hidden; }
.hero-media, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { z-index: -3; object-fit: cover; object-position: center center; }
.hero-shade { z-index: -2; background: linear-gradient(90deg, #080808 0%, rgba(8,8,8,.98) 19%, rgba(8,8,8,.78) 44%, rgba(8,8,8,.1) 78%, rgba(8,8,8,.35) 100%), linear-gradient(0deg, rgba(8,8,8,.7) 0%, transparent 35%); }
.hero-inner { display: grid; min-height: max(650px, 88svh); align-items: center; grid-template-columns: minmax(0, 1.15fr) minmax(180px, .35fr); gap: 60px; padding-block: 130px 78px; }
.hero-copy { max-width: 910px; }
.hero-copy h1 { max-width: 890px; }
.hero-intro { max-width: 650px; margin: 32px 0 0; color: #cbc5c2; font-size: clamp(1.05rem, 1.4vw, 1.3rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 36px; margin-top: 44px; }
.hero-side-note { align-self: end; justify-self: end; margin-bottom: 30px; color: rgba(255,255,255,.67); font-size: .76rem; letter-spacing: .11em; line-height: 1.9; text-transform: uppercase; }
.side-note-line { display: block; width: 100%; height: 1px; margin-bottom: 18px; background: rgba(255,255,255,.3); }
.hero-orbit { position: absolute; z-index: -1; border: 1px solid rgba(239,225,198,.17); border-radius: 50%; pointer-events: none; }
.hero-orbit--one { top: 18%; left: -6vw; width: 35vw; aspect-ratio: 1; }
.hero-orbit--two { bottom: -28%; left: 25%; width: 29vw; aspect-ratio: 1; border-color: rgba(116,31,53,.45); }
.scroll-cue { position: absolute; right: max(32px, calc((100vw - 1320px)/2)); bottom: 34px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.65); font-size: .68rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; transform: rotate(90deg) translateX(100%); transform-origin: right bottom; }
.scroll-cue span { display: block; width: 46px; height: 1px; background: currentColor; }

.proof-strip { border-block: 1px solid var(--color-line); background: #0c0b0b; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { padding: 22px 26px; border-right: 1px solid var(--color-line); }
.proof-grid > div:first-child { border-left: 1px solid var(--color-line); }
.proof-grid strong, .proof-grid span { display: block; }
.proof-grid strong { margin-bottom: 2px; font-family: var(--font-display); font-size: 1.05rem; letter-spacing: .04em; text-transform: uppercase; }
.proof-grid span { color: var(--color-muted); font-size: .78rem; }

.section--about { background: var(--color-bg); }
.split-heading, .editorial-split { display: grid; align-items: start; grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr); gap: clamp(52px, 7vw, 100px); }
.about-copy { max-width: 550px; padding-top: 48px; color: var(--color-muted); }
.about-copy .lead { color: #fff; }
.about-copy .text-link { margin-top: 18px; color: var(--color-accent); }
.metric-row { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: clamp(60px, 7vw, 96px); border-block: 1px solid var(--color-line); }
.metric-row > div { padding: 28px 22px; border-right: 1px solid var(--color-line); }
.metric-row > div:last-child { border-right: 0; }
.metric-row strong { display: block; color: var(--color-accent); font-family: var(--font-display); font-size: clamp(2.5rem, 3.6vw, 4rem); line-height: 1; }
.metric-row strong span { font-size: .42em; }
.metric-row p { margin: 9px 0 0; color: var(--color-muted); font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; }

.section--services { overflow: hidden; background: var(--color-accent); color: #15100f; }
.section--services::before { position: absolute; top: -24vw; right: -15vw; width: 50vw; aspect-ratio: 1; border: 1px solid rgba(116,31,53,.18); border-radius: 50%; content: ""; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 64px; margin-bottom: clamp(48px, 5.5vw, 72px); }
.section-heading > p { max-width: 420px; margin-bottom: 8px; color: #625754; }
.section--services .eyebrow, .section--cream .eyebrow { color: var(--color-primary); }
.section--services h2 em, .section--cream h2 em { color: var(--color-primary); }
.services-grid { display: grid; position: relative; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(21,16,15,.2); border-left: 1px solid rgba(21,16,15,.2); }
.service-card { position: relative; min-height: 480px; padding: clamp(26px, 3vw, 42px); overflow: hidden; border-right: 1px solid rgba(21,16,15,.2); border-bottom: 1px solid rgba(21,16,15,.2); transition: background .4s var(--ease), color .4s var(--ease), transform .4s var(--ease); }
.service-card::before { position: absolute; top: var(--spot-y, 50%); left: var(--spot-x, 50%); width: 430px; height: 430px; border-radius: 50%; background: radial-gradient(circle, rgba(116,31,53,.22), transparent 67%); content: ""; opacity: 0; pointer-events: none; transform: translate(-50%, -50%); transition: opacity .35s; }
.service-card:hover::before { opacity: 1; }
.service-card--featured, .service-card:hover { background: var(--color-primary-deep); color: #fff; }
.service-number { color: currentColor; font-size: .68rem; font-weight: 800; letter-spacing: .15em; }
.service-icon { display: grid; width: 66px; height: 66px; margin: 48px 0 28px; place-items: center; border: 1px solid currentColor; color: var(--color-primary); }
.service-icon svg { width: 40px; height: 40px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.2; }
.service-card--featured .service-icon, .service-card:hover .service-icon { color: var(--color-accent); }
.service-card h3 { margin-bottom: 24px; }
.service-card p { max-width: 390px; color: #655b58; }
.service-card--featured p, .service-card:hover p { color: #c8bfbb; }
.service-card ul { margin: 22px 0 0; padding: 0; color: inherit; list-style: none; }
.service-card li { padding-block: 9px; border-bottom: 1px solid rgba(21,16,15,.15); font-size: .82rem; }
.service-card--featured li, .service-card:hover li { border-color: rgba(255,255,255,.12); }
.service-card > a { position: absolute; right: 28px; bottom: 28px; display: grid; width: 52px; height: 52px; place-items: center; border: 1px solid currentColor; }
.service-card > a svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; }

.section--work { background: var(--color-bg); }
.section--work .section-heading > p { color: var(--color-muted); }
.work-grid { display: grid; align-items: start; grid-template-columns: repeat(2, 1fr); gap: clamp(38px, 5.5vw, 72px) clamp(28px, 4vw, 52px); }
.work-card:nth-child(even) { margin-top: 58px; }
.work-visual { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; background: #171313; }
.work-visual::after { position: absolute; inset: 0; background: linear-gradient(135deg, transparent, rgba(0,0,0,.28)); content: ""; }
.work-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease), filter .8s var(--ease); }
.work-card:hover .work-visual img { filter: saturate(1.1); transform: scale(1.035); }
.work-placeholder { position: absolute; inset: 0; background: radial-gradient(circle at 25% 15%, rgba(239,225,198,.28), transparent 24%), linear-gradient(135deg, #2c0d17, #0e0c0c 48%, #7b233d); }
.work-card--b .work-placeholder { background: radial-gradient(circle at 70% 20%, rgba(239,225,198,.32), transparent 19%), linear-gradient(150deg, #0a0909, #7a1d37 52%, #2c0a15); }
.work-card--c .work-placeholder { background: repeating-linear-gradient(45deg, transparent 0 30px, rgba(239,225,198,.08) 30px 31px), linear-gradient(135deg, #efe1c6, #6f2337); }
.work-card--d .work-placeholder { background: radial-gradient(circle at center, #efe1c6 0 14%, transparent 14.5%), linear-gradient(130deg, #170f0d, #74223a); }
.work-card--e .work-placeholder { background: linear-gradient(90deg, transparent 49%, rgba(239,225,198,.3) 49% 51%, transparent 51%), linear-gradient(#0d0d0d, #491322); }
.work-card--f .work-placeholder { background: repeating-radial-gradient(circle at 20% 80%, transparent 0 18px, rgba(239,225,198,.15) 19px 20px), #6f1d35; }
.work-monogram { position: absolute; z-index: 1; top: 50%; left: 50%; color: var(--color-accent); font-family: Georgia, serif; font-size: clamp(7rem, 15vw, 14rem); font-style: italic; line-height: 1; transform: translate(-50%, -52%); }
.work-arrow { position: absolute; z-index: 2; right: 22px; bottom: 22px; display: grid; width: 58px; height: 58px; place-items: center; border-radius: 50%; background: var(--color-accent); color: #111; opacity: 0; transform: translateY(12px); transition: opacity .35s var(--ease), transform .35s var(--ease); }
.work-arrow svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; transform: rotate(-35deg); }
.work-card:hover .work-arrow { opacity: 1; transform: translateY(0); }
.work-card > p { margin: 22px 0 8px; color: var(--color-muted); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.work-card h2, .work-card h3 { font-size: clamp(1.65rem, 2.3vw, 2.55rem); }

.section--process { border-top: 1px solid var(--color-line); background: #0c0b0b; }
.section--process .site-shell { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(58px, 8vw, 112px); }
.process-intro { position: sticky; top: 160px; align-self: start; }
.process-intro > p:last-child { max-width: 360px; margin-top: 30px; color: var(--color-muted); }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 58px 1fr; gap: 24px; padding: 32px 0; border-top: 1px solid var(--color-line); }
.process-list li:last-child { border-bottom: 1px solid var(--color-line); }
.process-list > li > span { color: var(--color-accent); font-size: .7rem; font-weight: 800; letter-spacing: .15em; }
.process-list h3 { margin-bottom: 14px; font-size: clamp(1.8rem, 2.4vw, 2.6rem); }
.process-list p { max-width: 550px; margin: 0; color: var(--color-muted); }

.section--testimonial { overflow: hidden; background: var(--color-primary-deep); }
.section--testimonial::before { position: absolute; right: -7vw; bottom: -13vw; width: 40vw; aspect-ratio: 1; border: 1px solid rgba(239,225,198,.18); border-radius: 50%; content: ""; }
.quote-layout { display: grid; position: relative; grid-template-columns: .3fr 1.7fr; gap: 30px; }
.quote-mark { color: var(--color-accent); font-family: Georgia, serif; font-size: clamp(8rem, 17vw, 18rem); line-height: .7; }
.quote-layout blockquote { margin: 0; }
.quote-layout blockquote > p { max-width: 900px; margin: 0; font-family: Georgia, serif; font-size: clamp(1.9rem, 3.4vw, 3.8rem); font-style: italic; line-height: 1.2; letter-spacing: -.035em; }
.quote-layout footer { display: flex; flex-direction: column; margin-top: 48px; }
.quote-layout footer strong { font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.quote-layout footer span { margin-top: 5px; color: rgba(255,255,255,.55); font-size: .82rem; }

.section--contact { background: var(--color-primary); color: #fff; }
.contact-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(52px, 7vw, 96px); }
.contact-copy h2 { margin-bottom: 34px; }
.contact-copy > p:not(.eyebrow) { max-width: 480px; color: rgba(255,255,255,.72); }
.contact-details { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; margin-top: 48px; font-family: var(--font-display); font-size: clamp(1.3rem, 2vw, 2.1rem); font-weight: 800; line-height: 1.3; text-transform: uppercase; }
.contact-details span { margin-top: 10px; color: rgba(255,255,255,.56); font-family: var(--font-body); font-size: .78rem; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; }
.contact-form-wrap { padding: clamp(28px, 4vw, 54px); background: #fff; color: #171110; }
.contact-form label { display: block; }
.contact-form label > span { display: block; margin-bottom: 9px; color: #4c4341; font-size: .7rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; margin-bottom: 24px; padding: 12px 0; border: 0; border-bottom: 1px solid #cfc8c4; border-radius: 0; outline: 0; background: transparent; color: #171110; transition: border-color .2s; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--color-primary); }
.contact-form textarea { resize: vertical; }
.contact-form .button { margin-top: 4px; border: 0; background: var(--color-primary-deep); color: #fff; }
.contact-form .button:hover { background: var(--color-primary); }
.hp-field { position: absolute; left: -9999px; }
.form-status { padding: 14px 16px; font-weight: 700; }
.form-status--success { background: #e6f4ea; color: #185c2c; }
.form-status--error { background: #fce8e6; color: #8b1b10; }

.site-footer { padding: 80px 0 24px; border-top: 1px solid var(--color-line); background: #080808; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .8fr; gap: 70px; padding-bottom: 70px; }
.footer-brand > p { max-width: 390px; margin-top: 28px; color: var(--color-muted); }
.footer-label { margin-bottom: 24px; color: var(--color-accent); font-size: .7rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.footer-grid ul { margin: 0; padding: 0; list-style: none; columns: 2; }
.footer-grid li, .footer-grid > div:last-child > a, .footer-grid > div:last-child > p { margin-bottom: 10px; }
.footer-grid a { display: block; color: #d7d1ce; }
.footer-grid a:hover { color: var(--color-accent); }
.footer-grid > div:last-child > p { color: var(--color-muted); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 22px; border-top: 1px solid var(--color-line); color: #736d6a; font-size: .7rem; letter-spacing: .06em; text-transform: uppercase; }
.footer-bottom p { margin: 0; }
.whatsapp-float { position: fixed; z-index: 900; right: 26px; bottom: 26px; display: grid; width: 54px; height: 54px; place-items: center; border-radius: 50%; background: var(--color-accent); color: var(--color-primary-deep); box-shadow: 0 12px 35px rgba(0,0,0,.3); transition: transform .3s var(--ease), background .3s; }
.whatsapp-float:hover { background: #fff; transform: translateY(-4px); }
.whatsapp-float svg { width: 27px; height: 27px; fill: currentColor; }

.inner-hero { position: relative; overflow: hidden; padding: clamp(165px, 17vw, 225px) 0 clamp(82px, 9vw, 120px); border-bottom: 1px solid var(--color-line); background: radial-gradient(circle at 85% 30%, rgba(116,31,53,.48), transparent 26%), #080808; }
.inner-hero::after { position: absolute; z-index: 0; top: 27%; right: -8vw; width: 38vw; aspect-ratio: 1; border: 1px solid rgba(239,225,198,.15); border-radius: 50%; content: ""; }
.inner-hero .site-shell { position: relative; z-index: 1; }
.inner-hero h1 { max-width: 1080px; font-size: clamp(3.5rem, 6.2vw, 6.8rem); }
.inner-hero--compact { padding-bottom: 110px; }
.inner-hero--compact h1 { max-width: 1000px; }
.inner-hero--article h1 { max-width: 1050px; font-size: clamp(3.2rem, 5.7vw, 6.2rem); }
.editorial-split .prose { padding-top: 46px; }
.section--cream { background: var(--color-accent); color: #15100f; }
.values-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(21,16,15,.2); border-left: 1px solid rgba(21,16,15,.2); }
.values-grid article { min-height: 250px; padding: clamp(28px, 3vw, 42px); border-right: 1px solid rgba(21,16,15,.2); border-bottom: 1px solid rgba(21,16,15,.2); }
.values-grid article > span { color: var(--color-primary); font-size: .7rem; font-weight: 800; }
.values-grid h3 { margin: 54px 0 16px; }
.values-grid p { max-width: 480px; margin: 0; color: #5f5552; }
.mini-cta { text-align: center; }
.mini-cta .site-shell { display: flex; flex-direction: column; align-items: center; }
.mini-cta h2 { margin-bottom: 48px; }
.mini-cta--burgundy { background: var(--color-primary-deep); }

.service-detail { padding-block: var(--section-space); border-bottom: 1px solid var(--color-line); }
.service-detail-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(54px, 7vw, 100px); }
.service-detail-head > span { display: block; margin-bottom: 60px; color: var(--color-accent); font-size: .75rem; font-weight: 800; letter-spacing: .16em; }
.service-detail-head .service-icon { margin: 0 0 38px; color: var(--color-accent); }
.service-detail-copy { padding-top: 84px; color: var(--color-muted); }
.service-detail-copy .lead { color: #fff; }
.deliverables { margin-top: 58px; padding-top: 34px; border-top: 1px solid var(--color-line); }
.deliverables h3 { margin-bottom: 26px; color: #fff; font-size: 1.25rem; }
.deliverables ul { margin: 0; padding: 0; list-style: none; }
.deliverables li { display: flex; align-items: center; gap: 14px; padding-block: 12px; border-bottom: 1px solid var(--color-line); }
.deliverables svg { width: 20px; height: 20px; fill: none; stroke: var(--color-accent); stroke-width: 1.8; }
.service-detail--cream { border: 0; background: var(--color-accent); color: #15100f; }
.service-detail--cream .service-detail-head > span, .service-detail--cream .service-icon { color: var(--color-primary); }
.service-detail--cream h2 em { color: var(--color-primary); }
.service-detail--cream .service-detail-copy { color: #5f5552; }
.service-detail--cream .service-detail-copy .lead, .service-detail--cream .deliverables h3 { color: #15100f; }
.service-detail--cream .deliverables, .service-detail--cream .deliverables li { border-color: rgba(21,16,15,.2); }
.service-detail--cream .deliverables svg { stroke: var(--color-primary); }
.work-archive .work-card:nth-child(even) { margin-top: 58px; }
.contact-page { padding-top: 100px; }
.contact-cards { display: grid; gap: 20px; margin-top: 52px; }
.contact-cards > div { padding: 20px 0; border-top: 1px solid rgba(255,255,255,.22); }
.contact-cards span { display: block; margin-bottom: 6px; color: rgba(255,255,255,.56); font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.contact-cards a, .contact-cards p { margin: 0; font-family: var(--font-display); font-size: 1.25rem; font-weight: 800; text-transform: uppercase; }

.section--archive { background: var(--color-accent); color: #15100f; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 60px 30px; }
.post-image { display: block; position: relative; aspect-ratio: 4/3; overflow: hidden; background: var(--color-primary-deep); }
.post-image > span { position: absolute; inset: 0; background: radial-gradient(circle at 65% 30%, rgba(239,225,198,.35), transparent 18%), linear-gradient(135deg, #210811, #84213f); }
.post-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.post-card:hover .post-image img { transform: scale(1.03); }
.post-meta { margin: 22px 0 12px; color: #706461; font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.post-card h2 { margin-bottom: 17px; font-size: clamp(1.7rem, 2.4vw, 2.7rem); }
.post-card > p:not(.post-meta) { color: #665b58; }
.post-card .text-link { color: var(--color-primary); }
.empty-state { grid-column: 1/-1; padding: 100px 0; text-align: center; }
.empty-state .eyebrow { justify-content: center; color: var(--color-primary); }
.empty-state p:last-child { color: #665b58; }
.pagination { margin-top: 70px; }
.nav-links { display: flex; justify-content: center; gap: 8px; }
.page-numbers { display: grid; min-width: 44px; height: 44px; place-items: center; border: 1px solid rgba(21,16,15,.25); }
.page-numbers.current, .page-numbers:hover { background: var(--color-primary); color: #fff; }

.page-content, .article-content { background: #fff; color: #26201e; }
.prose { max-width: 850px; }
.page-content .prose, .article-content .prose { margin-inline: auto; }
.prose > *:first-child { margin-top: 0; }
.prose > *:last-child { margin-bottom: 0; }
.prose h2, .prose h3, .prose h4 { margin: 1.3em 0 .55em; text-transform: none; }
.prose h2 { font-size: clamp(2.2rem, 4vw, 4rem); }
.prose h3 { font-size: clamp(1.6rem, 2.5vw, 2.6rem); }
.prose p, .prose li { color: #5f5754; }
.prose a { color: var(--color-primary); text-decoration: underline; text-underline-offset: 3px; }
.prose blockquote { margin: 2.2em 0; padding: 15px 0 15px 30px; border-left: 3px solid var(--color-primary); color: #241918; font-family: Georgia, serif; font-size: 1.35rem; font-style: italic; }
.article-cover { margin: 0 0 60px; }
.article-cover img { width: 100%; }
.error-page { display: grid; min-height: 100svh; place-items: center; padding: 180px 0 100px; background: radial-gradient(circle at 70% 40%, rgba(116,31,53,.55), transparent 25%), #080808; text-align: center; }
.error-code { margin: 0; color: var(--color-accent); font-family: var(--font-display); font-size: clamp(7rem, 20vw, 18rem); font-weight: 900; line-height: .7; opacity: .16; }
.error-page h1 { margin-top: -3vw; font-size: clamp(3rem, 6vw, 6rem); }
.error-page .site-shell > p:not(.error-code) { margin: 30px auto; color: var(--color-muted); }

[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .85s var(--ease), transform .85s var(--ease); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
  :root { --shell: min(100% - 48px, 1200px); }
  .site-nav ul { gap: 20px; }
  .site-nav a { font-size: .68rem; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-side-note { display: none; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 440px; }
  .service-icon { margin-top: 42px; }
  .contact-layout { gap: 60px; }
}

@media (max-width: 860px) {
  :root { --shell: min(100% - 36px, 1200px); --section-space: 80px; }
  .admin-bar .site-header { top: 46px; }
  .header-cta { display: none; }
  .menu-toggle { display: block; margin-left: auto; }
  .menu-toggle[aria-expanded="true"] i:first-of-type { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] i:last-of-type { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; z-index: 1; display: grid; margin: 0; padding: 120px 24px 50px; place-items: center; background: rgba(8,8,8,.98); opacity: 0; pointer-events: none; transition: opacity .3s; }
  .site-nav.is-open { opacity: 1; pointer-events: auto; }
  .site-nav ul { flex-direction: column; gap: 12px; text-align: center; }
  .site-nav a { padding: 10px; font-family: var(--font-display); font-size: clamp(1.8rem, 7vw, 2.8rem); font-weight: 750; letter-spacing: -.02em; text-transform: none; }
  .hero { min-height: 680px; }
  .hero-inner { min-height: 680px; padding-top: 132px; }
  .hero-media { object-position: 65% center; opacity: .68; }
  .hero-shade { background: linear-gradient(90deg, rgba(8,8,8,.98), rgba(8,8,8,.66)), linear-gradient(0deg, #080808 2%, transparent 50%); }
  .hero-copy { max-width: 710px; }
  .scroll-cue { display: none; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid > div:nth-child(3) { border-left: 1px solid var(--color-line); }
  .proof-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--color-line); }
  .split-heading, .editorial-split, .section--process .site-shell, .service-detail-grid { grid-template-columns: 1fr; gap: 50px; }
  .about-copy, .editorial-split .prose, .service-detail-copy { max-width: none; padding-top: 0; }
  .metric-row { grid-template-columns: repeat(2, 1fr); }
  .metric-row > div:nth-child(-n+2) { border-bottom: 1px solid var(--color-line); }
  .section-heading { align-items: start; flex-direction: column; gap: 32px; }
  .process-intro { position: static; }
  .contact-layout { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.2fr 1fr; }
  .footer-brand { grid-column: 1/-1; }
  .service-detail-head > span { margin-bottom: 35px; }
  .service-detail-copy { color: var(--color-muted); }
  .post-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  :root { --shell: calc(100% - 32px); --section-space: 68px; }
  h1 { font-size: clamp(2.9rem, 13vw, 4.25rem); }
  h2 { font-size: clamp(2.45rem, 11vw, 3.75rem); }
  .site-header { padding-block: 16px; }
  .brand-name { font-size: 1.05rem; }
  .brand-mark { width: 24px; height: 24px; }
  .brand-mark i { width: 15px; height: 15px; }
  .hero { min-height: 660px; }
  .hero-inner { min-height: 660px; padding-block: 118px 60px; }
  .hero-media { object-position: 70% center; opacity: .48; }
  .hero-intro { margin-top: 24px; font-size: 1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; margin-top: 32px; }
  .button { min-height: 54px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid > div { padding: 22px 18px; border-bottom: 1px solid var(--color-line); border-left: 1px solid var(--color-line); }
  .metric-row { grid-template-columns: 1fr; margin-top: 70px; }
  .metric-row > div { border-right: 0; border-bottom: 1px solid var(--color-line); }
  .metric-row > div:last-child { border-bottom: 0; }
  .service-card { min-height: 455px; padding: 28px 22px; }
  .work-grid { grid-template-columns: 1fr; }
  .work-card:nth-child(even), .work-archive .work-card:nth-child(even) { margin-top: 0; }
  .work-arrow { opacity: 1; transform: none; }
  .process-list li { grid-template-columns: 42px 1fr; gap: 12px; }
  .quote-layout { grid-template-columns: 1fr; }
  .quote-mark { height: 80px; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .contact-form-wrap { padding: 28px 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
  .inner-hero { padding-top: 165px; }
  .inner-hero h1 { font-size: clamp(2.9rem, 13vw, 4.4rem); }
  .values-grid, .post-grid { grid-template-columns: 1fr; }
  .values-grid article { min-height: 260px; }
  .values-grid h3 { margin-top: 55px; }
  .contact-page { padding-top: 76px; }
  .whatsapp-float { right: 16px; bottom: 16px; width: 50px; height: 50px; }
}

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

/* --------------------------------------------------------------------------
   Version 2 — reels-first social feed experience
   -------------------------------------------------------------------------- */

body { background: var(--color-bg); }
button { cursor: pointer; }
.site-main { width: auto; max-width: calc(100% - 244px); min-width: 0; margin-left: 244px; overflow-x: clip; }

.social-sidebar {
  position: fixed;
  z-index: 1000;
  inset: 0 auto 0 0;
  width: 244px;
  border-right: 1px solid #262626;
  background: #050505;
}
.social-sidebar::after { position: absolute; inset: 0 -1px 0 auto; width: 1px; background: #262626; content: ""; pointer-events: none; }
.admin-bar .social-sidebar { top: 32px; }
.social-sidebar__inner { display: flex; height: 100%; flex-direction: column; padding: 30px 22px 24px; }
.social-sidebar__top { min-height: 82px; padding: 8px 10px; }
.social-sidebar .custom-logo { width: auto; max-width: 170px; max-height: 46px; }
.social-brand { display: inline-flex; align-items: center; gap: 12px; font-size: 1.2rem; font-weight: 800; letter-spacing: .04em; }
.social-brand__mark { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 9px; background: var(--social-gradient); color: #fff; }
.social-brand svg, .social-nav svg, .sidebar-create svg, .mobile-tabbar svg, .feed-heading svg, .dm-camera svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.social-brand__mark svg { width: 20px; height: 20px; }
.social-nav { display: grid; gap: 8px; margin-top: 22px; }
.social-nav a, .sidebar-create { display: flex; min-height: 52px; align-items: center; gap: 18px; padding: 12px 14px; border-radius: 10px; color: #f5f5f5; font-size: .96rem; transition: background .2s, transform .2s; }
.social-nav a:hover, .social-nav a:focus-visible { background: #171717; }
.social-nav a:hover svg { transform: scale(1.08); }
.social-nav a:first-child { font-weight: 750; }
.sidebar-create { margin-top: 12px; border: 1px solid rgba(239,225,198,.24); background: rgba(116,31,53,.24); color: var(--color-accent); font-weight: 700; }
.sidebar-create:hover { background: var(--color-primary); color: #fff; }
.sidebar-profile { display: flex; align-items: center; gap: 12px; margin-top: auto; padding: 15px 10px 0; border-top: 1px solid #262626; }
.sidebar-profile > span:last-child { display: flex; min-width: 0; flex-direction: column; }
.sidebar-profile strong { overflow: hidden; font-size: .78rem; text-overflow: ellipsis; white-space: nowrap; }
.sidebar-profile small { color: #8e8e8e; font-size: .67rem; }

.account-avatar { display: block; flex: 0 0 auto; width: 42px; height: 42px; padding: 2px; overflow: hidden; border: 2px solid var(--color-primary); border-radius: 50%; background: #111; }
.account-avatar img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.account-avatar--small { width: 36px; height: 36px; }
.account-avatar--icon { display: grid; place-items: center; background: var(--color-primary-deep); color: var(--color-accent); }
.account-avatar--icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }

.mobile-social-topbar, .mobile-tabbar { display: none; }
.social-page { display: grid; width: min(1080px, calc(100% - 48px)); max-width: 100%; min-width: 0; align-items: start; grid-template-columns: minmax(0, 660px) minmax(260px, 320px); gap: clamp(32px, 4.5vw, 70px); margin: 0 auto; padding: 28px 0 80px; }
.feed-column, .social-profile, .profile-main, .social-post, .dm-section { max-width: 100%; min-width: 0; }
.feed-heading { display: flex; min-height: 50px; align-items: center; justify-content: space-between; padding: 0 4px 16px; border-bottom: 1px solid #262626; }
.feed-heading > div { display: flex; flex-direction: column; }
.feed-heading strong { font-size: .94rem; }
.feed-heading span { color: #8e8e8e; font-size: .72rem; }
.feed-heading a { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; }
.feed-heading a:hover { background: #171717; }

.stories { display: flex; width: 100%; max-width: 100%; gap: 17px; overflow-x: auto; overflow-y: hidden; padding: 22px 4px 24px; border-bottom: 1px solid #262626; overscroll-behavior-inline: contain; scrollbar-width: none; }
.stories::-webkit-scrollbar, .profile-highlights::-webkit-scrollbar, .service-carousel::-webkit-scrollbar { display: none; }
.story { display: flex; flex: 0 0 72px; align-items: center; flex-direction: column; gap: 8px; text-align: center; }
.story-ring { display: grid; width: 68px; height: 68px; padding: 3px; place-items: center; overflow: hidden; border-radius: 50%; background: var(--social-gradient); }
.story-ring::before { position: absolute; }
.story-ring img, .story-ring > span { width: 100%; height: 100%; border: 3px solid #000; border-radius: 50%; object-fit: cover; }
.story-ring > span { display: grid; place-items: center; background: var(--color-primary-deep); color: var(--color-accent); font-size: .72rem; font-weight: 800; letter-spacing: .05em; }
.story-ring .story-logo { color: var(--color-accent); }
.story-logo svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.story strong { width: 100%; overflow: hidden; font-size: .68rem; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }

.social-post { overflow: hidden; margin: 28px 0; border: 1px solid #262626; border-radius: 14px; background: #050505; }
.post-header { display: flex; min-height: 70px; align-items: center; justify-content: space-between; padding: 12px 16px; }
.post-account { display: flex; align-items: center; gap: 11px; }
.post-account > span:last-child { display: flex; flex-direction: column; }
.post-account strong { font-size: .82rem; line-height: 1.3; }
.post-account small { color: #9c9c9c; font-size: .69rem; line-height: 1.35; }
.post-more { padding: 8px; color: #ddd; font-weight: 700; letter-spacing: 2px; }
.hero-feed-media { position: relative; width: 100%; max-width: 100%; min-width: 0; aspect-ratio: 4 / 5; overflow: hidden; background: #151111; }
.hero-feed-media > img, .hero-feed-media > video { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; }
.hero-feed-video { background: #090909; }
.hero-feed-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.02) 25%, rgba(0,0,0,.25) 48%, rgba(0,0,0,.94) 100%); }
.hero-feed-copy { position: absolute; right: clamp(24px, 5vw, 48px); bottom: 36px; left: clamp(24px, 5vw, 48px); }
.hero-feed-copy > p { margin: 0 0 12px; color: var(--color-accent); font-size: .72rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.hero-feed-copy h1 { max-width: 560px; font-size: clamp(2.7rem, 5.5vw, 4.4rem); line-height: .98; }
.hero-feed-copy > span { display: block; max-width: 510px; margin-top: 16px; color: #ded8d5; font-size: .92rem; line-height: 1.55; }
.hero-play { position: absolute; top: 18px; right: 18px; display: flex; align-items: center; gap: 8px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(0,0,0,.58); color: #fff; backdrop-filter: blur(10px); }
.hero-play svg { width: 15px; height: 15px; fill: currentColor; stroke: currentColor; }
.hero-play span { font-size: .7rem; font-weight: 700; }
.post-body { padding: 13px 16px 17px; }
.social-actions { display: flex; align-items: center; gap: 15px; }
.social-actions button, .social-actions a { display: grid; width: 26px; height: 30px; padding: 0; place-items: center; border: 0; background: transparent; color: #fff; }
.social-actions svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.social-actions .save-action { margin-left: auto; }
.social-actions button:hover, .social-actions a:hover { color: #aaa; }
.social-actions .is-liked { color: #dc315a; }
.social-actions .is-liked svg, .social-actions .is-saved svg { fill: currentColor; }
.social-actions .is-saved { color: var(--color-accent); }
.post-signal { margin: 10px 0 5px; font-size: .78rem; font-weight: 750; }
.post-caption { margin: 0; color: #dedede; font-size: .82rem; line-height: 1.5; }
.post-caption strong { margin-right: 5px; color: #fff; }
.view-comments { display: inline-block; margin-top: 7px; color: #8e8e8e; font-size: .76rem; }

.social-profile { margin: 48px 0 32px; padding-top: 8px; scroll-margin-top: 30px; }
.profile-head { display: grid; grid-template-columns: 160px 1fr; gap: 34px; align-items: center; padding: 26px 20px 30px; }
.profile-avatar-wrap { position: relative; justify-self: center; }
.profile-avatar { display: block; width: 138px; height: 138px; padding: 4px; overflow: hidden; border-radius: 50%; background: var(--social-gradient); }
.profile-avatar img { width: 100%; height: 100%; border: 4px solid #000; border-radius: 50%; object-fit: cover; }
.profile-add { position: absolute; right: 6px; bottom: 9px; display: grid; width: 30px; height: 30px; place-items: center; border: 3px solid #000; border-radius: 50%; background: var(--color-primary); }
.profile-add svg { width: 16px; height: 16px; fill: none; stroke: #fff; stroke-width: 2; }
.profile-title { display: flex; min-width: 0; align-items: center; gap: 9px; }
.profile-title h2 { margin-right: 6px; font-size: 1.3rem; font-weight: 500; letter-spacing: 0; }
.profile-button { padding: 7px 13px; border-radius: 8px; background: #262626; font-size: .74rem; font-weight: 700; }
.profile-button:hover { background: #363636; }
.profile-button--primary { background: var(--color-primary); }
.profile-button--primary:hover { background: #912742; }
.profile-stats { display: flex; gap: 22px; margin: 22px 0 17px; color: #d7d7d7; font-size: .72rem; }
.profile-stats span { display: flex; flex-direction: column; }
.profile-stats strong { color: #fff; font-size: .88rem; }
.profile-bio { font-size: .8rem; line-height: 1.5; }
.profile-bio p { margin: 2px 0; color: #c7c7c7; }
.profile-bio a { color: var(--color-accent); font-weight: 650; overflow-wrap: anywhere; }
.profile-highlights { display: flex; width: 100%; max-width: 100%; gap: 27px; overflow-x: auto; overflow-y: hidden; padding: 14px 24px 30px; overscroll-behavior-inline: contain; scrollbar-width: none; }
.profile-highlights a { display: flex; flex: 0 0 72px; align-items: center; flex-direction: column; gap: 8px; font-size: .68rem; }
.profile-highlights a > span { display: grid; width: 64px; height: 64px; padding: 3px; place-items: center; border: 1px solid #3d3d3d; border-radius: 50%; background: #151515; }
.profile-highlights b { display: grid; width: 54px; height: 54px; place-items: center; border-radius: 50%; background: radial-gradient(circle at 20% 10%, #91304a, var(--color-primary-deep)); color: var(--color-accent); font-family: Georgia, serif; font-size: 1.05rem; font-style: italic; }
.profile-tabs { display: grid; height: 48px; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #262626; color: #777; }
.profile-tabs span { display: flex; position: relative; align-items: center; justify-content: center; gap: 7px; font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.profile-tabs svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.profile-tabs .is-active { color: #fff; }
.profile-tabs .is-active::before { position: absolute; inset: -1px 20% auto; height: 1px; background: #fff; content: ""; }
.reels-grid { display: grid; width: 100%; max-width: 100%; min-width: 0; overflow: hidden; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 3px; }
.reel-tile { position: relative; width: 100%; max-width: 100%; min-width: 0; aspect-ratio: 3 / 4; overflow: hidden; padding: 0; border: 0; background: #171717; color: #fff; text-align: left; }
.reel-tile > img, .reel-tile > video { width: 100%; height: 100%; object-fit: cover; pointer-events: none; transition: transform .5s var(--ease), filter .4s; }
.video-fallback[hidden] { display: none !important; }
.reel-tile:hover > img, .reel-tile:hover > video { filter: brightness(.72); transform: scale(1.035); }
.reel-tile__shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 52%, rgba(0,0,0,.88)); }
.reel-tile__play { position: absolute; top: 12px; right: 12px; filter: drop-shadow(0 2px 5px #000); }
.reel-tile__play svg { width: 20px; height: 20px; fill: #fff; stroke: #fff; }
.reel-tile__meta { position: absolute; right: 10px; bottom: 10px; left: 10px; display: flex; align-items: end; justify-content: space-between; gap: 8px; }
.reel-tile__meta b { overflow: hidden; font-size: .68rem; text-overflow: ellipsis; white-space: nowrap; }
.reel-tile__meta small { flex: 0 0 auto; color: #ddd; font-size: .62rem; }

.services-post { scroll-margin-top: 30px; }
.service-carousel { display: flex; width: 100%; max-width: 100%; gap: 12px; overflow-x: auto; overflow-y: hidden; padding: 0 16px 16px; overscroll-behavior-inline: contain; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.service-slide { display: flex; position: relative; min-height: 470px; flex: 0 0 82%; flex-direction: column; padding: 34px; overflow: hidden; border-radius: 13px; background: var(--color-accent); color: #18110f; scroll-snap-align: center; }
.service-slide::after { position: absolute; top: -90px; right: -90px; width: 230px; height: 230px; border: 1px solid rgba(116,31,53,.22); border-radius: 50%; content: ""; }
.service-slide--primary { background: var(--color-primary); color: #fff; }
.service-slide--secondary { border: 1px solid #333; background: #111; color: #fff; }
.service-slide > span { font-size: .68rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.service-slide__icon { display: grid; width: 58px; height: 58px; margin: 48px 0 24px; place-items: center; border: 1px solid currentColor; border-radius: 50%; }
.service-slide__icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.3; }
.service-slide h2 { max-width: 430px; font-size: clamp(2.3rem, 4.4vw, 3.7rem); line-height: 1; }
.service-slide p { max-width: 450px; margin: 20px 0 12px; font-size: .9rem; line-height: 1.55; opacity: .78; }
.service-slide ul { display: flex; gap: 8px; flex-wrap: wrap; margin: auto 0 0; padding: 0; list-style: none; }
.service-slide li { padding: 7px 10px; border: 1px solid currentColor; border-radius: 999px; font-size: .65rem; font-weight: 650; opacity: .8; }
.carousel-hint { display: flex; align-items: center; gap: 13px; padding: 0 17px 5px; color: #777; font-size: .66rem; }
.carousel-hint i { position: relative; width: 70px; height: 2px; overflow: hidden; border-radius: 2px; background: #282828; }
.carousel-hint i::after { position: absolute; inset: 0 auto 0 0; width: 28px; border-radius: inherit; background: var(--color-primary); content: ""; }

.online-dot { display: inline-flex; align-items: center; gap: 6px; color: #8e8e8e; font-size: .66rem; }
.online-dot::before { width: 7px; height: 7px; border-radius: 50%; background: #40b96b; content: ""; }
.chat-process { padding: 25px 20px 34px; border-top: 1px solid #262626; background: radial-gradient(circle at 0 100%, rgba(116,31,53,.18), transparent 38%), #090909; }
.chat-day { width: max-content; margin: 0 auto 24px; padding: 5px 11px; border-radius: 999px; background: #1b1b1b; color: #888; font-size: .65rem; }
.chat-bubble { display: flex; width: min(88%, 500px); align-items: flex-start; gap: 12px; margin: 10px 0; padding: 14px 16px; border-radius: 5px 18px 18px 18px; background: #222; }
.chat-bubble--client { margin-left: auto; border-radius: 18px 5px 18px 18px; background: var(--color-primary); }
.chat-bubble > span { display: grid; flex: 0 0 26px; width: 26px; height: 26px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.11); color: var(--color-accent); font-size: .68rem; font-weight: 800; }
.chat-bubble p { margin: 0; color: #bbb; font-size: .78rem; line-height: 1.5; }
.chat-bubble strong { display: block; margin-bottom: 2px; color: #fff; font-size: .8rem; }
.chat-typing { display: flex; width: max-content; gap: 4px; margin: 13px 0 0; padding: 13px 16px; border-radius: 5px 18px 18px 18px; background: #222; }
.chat-typing i { width: 5px; height: 5px; border-radius: 50%; background: #777; animation: typing 1.25s infinite; }
.chat-typing i:nth-child(2) { animation-delay: .15s; }
.chat-typing i:nth-child(3) { animation-delay: .3s; }
@keyframes typing { 0%, 60%, 100% { transform: translateY(0); } 30% { transform: translateY(-4px); } }

.dm-section { margin: 34px 0; overflow: hidden; border: 1px solid #262626; border-radius: 14px; background: #080808; scroll-margin-top: 30px; }
.dm-header { display: flex; min-height: 72px; align-items: center; gap: 12px; padding: 12px 16px; border-bottom: 1px solid #262626; }
.dm-header > div { display: flex; flex-direction: column; }
.dm-header strong { font-size: .82rem; }
.dm-header small { color: #888; font-size: .68rem; }
.dm-camera { display: grid; width: 38px; height: 38px; margin-left: auto; place-items: center; }
.dm-intro { display: flex; align-items: center; flex-direction: column; padding: 38px 30px 25px; text-align: center; }
.profile-avatar--dm { width: 90px; height: 90px; }
.dm-intro h2 { max-width: 480px; margin: 22px auto 12px; font-size: clamp(2rem, 3.7vw, 3.1rem); }
.dm-intro > p { max-width: 470px; margin: 0; color: #aaa; font-size: .82rem; }
.dm-intro > div { display: flex; gap: 15px; margin-top: 18px; }
.dm-intro > div a { max-width: 100%; color: var(--color-accent); font-size: .75rem; font-weight: 650; overflow-wrap: anywhere; }
.dm-section .contact-form-wrap { padding: 22px 24px 30px; border-top: 1px solid #262626; background: #0b0b0b; color: #fff; }
.dm-section .contact-form label > span { color: #999; }
.dm-section .contact-form input, .dm-section .contact-form textarea, .dm-section .contact-form select { margin-bottom: 18px; padding: 11px 13px; border: 1px solid #2f2f2f; border-radius: 10px; background: #141414; color: #fff; }
.dm-section .contact-form input:focus, .dm-section .contact-form textarea:focus, .dm-section .contact-form select:focus { border-color: var(--color-primary); box-shadow: 0 0 0 3px rgba(116,31,53,.16); }
.dm-section .contact-form .button { width: 100%; min-height: 50px; border-radius: 10px; background: var(--color-primary); }
.dm-section .contact-form .button:hover { background: #922946; color: #fff; }

.social-right-rail { position: sticky; top: 30px; padding-top: 18px; }
.admin-bar .social-right-rail { top: 62px; }
.rail-profile { display: grid; align-items: center; grid-template-columns: 48px 1fr auto; gap: 12px; }
.rail-profile > div { display: flex; min-width: 0; flex-direction: column; }
.rail-profile strong { overflow: hidden; font-size: .78rem; text-overflow: ellipsis; }
.rail-profile span { color: #8e8e8e; font-size: .68rem; }
.rail-profile > a, .rail-heading a { color: var(--color-accent); font-size: .68rem; font-weight: 700; }
.rail-heading { display: flex; justify-content: space-between; margin: 27px 0 15px; }
.rail-heading > span { color: #8e8e8e; font-size: .75rem; font-weight: 700; }
.rail-services { display: grid; gap: 15px; }
.rail-services > a { display: grid; align-items: center; grid-template-columns: 42px 1fr auto; gap: 11px; }
.rail-thumb { width: 42px; height: 42px; overflow: hidden; border-radius: 50%; }
.rail-thumb img { width: 100%; height: 100%; object-fit: cover; }
.rail-services > a > span:nth-child(2) { display: flex; flex-direction: column; }
.rail-services strong { font-size: .75rem; }
.rail-services small { color: #777; font-size: .66rem; }
.rail-services b { color: var(--color-accent); font-family: Georgia, serif; font-size: .8rem; font-style: italic; }
.rail-cta { margin-top: 30px; padding: 24px; border: 1px solid #2e2024; border-radius: 14px; background: radial-gradient(circle at 100% 0, rgba(239,225,198,.13), transparent 30%), var(--color-primary-deep); }
.rail-cta > span { color: #c6bcb9; font-size: .67rem; }
.rail-cta h2 { margin: 12px 0 24px; font-size: 1.65rem; line-height: 1.05; }
.rail-cta a { display: flex; align-items: center; justify-content: space-between; padding-top: 13px; border-top: 1px solid rgba(255,255,255,.2); color: var(--color-accent); font-size: .72rem; font-weight: 700; }
.rail-cta svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.rail-meta { margin-top: 24px; color: #555; font-size: .62rem; line-height: 1.7; }

.social-footer { display: flex; width: auto; max-width: calc(100% - 244px); margin-left: 244px; align-items: center; justify-content: space-between; gap: 30px; padding: 25px max(30px, calc((100vw - 244px - 1080px) / 2)); border-top: 1px solid #262626; background: #050505; color: #777; font-size: .68rem; }
.social-footer > div { display: flex; flex-direction: column; }
.social-footer strong { color: #ddd; font-size: .76rem; }
.social-footer p { margin: 0; }

.reel-modal[hidden] { display: none !important; }
.reel-modal { position: fixed; z-index: 5000; inset: 0; display: grid; place-items: center; padding: 28px; }
.reel-modal__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.87); backdrop-filter: blur(9px); }
.reel-modal__dialog { display: grid; position: relative; z-index: 1; width: min(930px, 100%); max-height: 92vh; overflow: hidden; grid-template-columns: minmax(360px, 560px) minmax(280px, 370px); border: 1px solid #2c2c2c; border-radius: 16px; background: #0b0b0b; box-shadow: 0 30px 90px #000; }
.reel-modal__close { position: absolute; z-index: 3; top: 12px; right: 12px; display: grid; width: 36px; height: 36px; padding: 0; place-items: center; border: 0; border-radius: 50%; background: rgba(0,0,0,.65); color: #fff; font-size: 1.5rem; line-height: 1; }
.reel-modal__media { display: grid; min-height: 70vh; place-items: center; overflow: hidden; background: #000; }
.reel-modal__media img, .reel-modal__media video { width: 100%; height: 100%; max-height: 92vh; object-fit: cover; }
.reel-modal__media [hidden] { display: none !important; }
.reel-modal__error { position: absolute; z-index: 2; right: 18px; bottom: 18px; left: 18px; margin: 0; padding: 10px 12px; border-radius: 9px; background: rgba(0,0,0,.78); color: #fff; font-size: .75rem; text-align: center; }
.reel-modal__info { display: flex; flex-direction: column; padding: 20px; }
.reel-modal__copy { margin: auto 0; }
.reel-modal__type { margin: 0 0 10px; color: var(--color-accent); font-size: .68rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.reel-modal__copy h2 { margin-bottom: 17px; font-size: 2.4rem; }
.reel-modal__copy > p:last-child { color: #aaa; font-size: .8rem; }
.social-actions--modal { padding-top: 18px; border-top: 1px solid #262626; }
body.reel-open { overflow: hidden; }

.service-feed-page { padding-top: 28px; }
.service-feed-page .dm-section { scroll-margin-top: 28px; }
.social-post--service-hero { scroll-margin-top: 28px; }
.service-hero-media { position: relative; aspect-ratio: 4 / 4.65; overflow: hidden; background: #180c10; }
.service-hero-media > img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: brightness(.66) saturate(.78); }
.service-hero-media::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.06), rgba(0,0,0,.18) 38%, rgba(0,0,0,.92)); content: ""; }
.service-hero-copy { position: absolute; z-index: 1; right: clamp(24px, 5vw, 48px); bottom: clamp(28px, 5vw, 48px); left: clamp(24px, 5vw, 48px); }
.service-hero-copy > span { color: var(--color-accent); font-size: .7rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.service-hero-copy h1 { max-width: 530px; margin: 12px 0 17px; font-size: clamp(2.8rem, 5.7vw, 4.5rem); line-height: .94; }
.service-hero-copy p { max-width: 500px; margin: 0; color: #ded9d7; font-size: .88rem; line-height: 1.55; }
.work-feed-page { padding-top: 28px; }
.social-profile--work { margin-top: 8px; }
.social-profile--work .profile-title h1 { margin: 0 6px 0 0; font-size: 1.3rem; font-weight: 500; letter-spacing: 0; line-height: 1.2; }
.work-callout__body { padding: 48px clamp(24px, 6vw, 55px) 54px; border-top: 1px solid #262626; background: radial-gradient(circle at 100% 0, rgba(239,225,198,.13), transparent 27%), var(--color-primary-deep); }
.work-callout__body > span { color: var(--color-accent); font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.work-callout__body h2 { max-width: 500px; margin: 15px 0 30px; font-size: clamp(2.3rem, 5vw, 3.8rem); line-height: 1; }
.work-callout__body .button { border: 1px solid rgba(255,255,255,.3); background: #fff; color: #111; }

.novae-palette-instagram .social-sidebar::after,
.novae-palette-instagram .service-slide--primary,
.novae-palette-instagram .profile-button--primary,
.novae-palette-instagram .mobile-topbar__cta,
.novae-palette-instagram .dm-section .contact-form .button { background: var(--social-gradient); }
.novae-palette-instagram .social-post--hero { border-color: transparent; background: linear-gradient(#050505, #050505) padding-box, var(--social-gradient) border-box; }
.novae-palette-instagram .account-avatar { padding: 2px; border: 0; background: var(--social-gradient); }
.novae-palette-instagram .account-avatar img { border: 2px solid #000; }
.novae-palette-instagram .account-avatar--icon { background: var(--social-gradient); color: #fff; }
.novae-palette-instagram .feed-heading a,
.novae-palette-instagram .hero-play,
.novae-palette-instagram .profile-add,
.novae-palette-instagram .chat-bubble--client,
.novae-palette-instagram .sidebar-create,
.novae-palette-instagram .work-callout__body,
.novae-palette-instagram .rail-cta { background: var(--social-gradient); color: #fff; }
.novae-palette-instagram .profile-tabs .is-active::before,
.novae-palette-instagram .carousel-hint i::after { background: var(--social-gradient); }
.novae-palette-instagram .hero-feed-copy > p,
.novae-palette-instagram .profile-bio a,
.novae-palette-instagram .rail-profile > a,
.novae-palette-instagram .rail-heading a,
.novae-palette-instagram .rail-services b,
.novae-palette-instagram .reel-modal__type { color: var(--instagram-yellow); }
.novae-palette-instagram .social-actions .is-liked { color: var(--instagram-pink); }
.novae-palette-instagram .dm-section .contact-form input:focus,
.novae-palette-instagram .dm-section .contact-form textarea:focus,
.novae-palette-instagram .dm-section .contact-form select:focus { border-color: var(--instagram-pink); box-shadow: 0 0 0 3px rgba(214,41,118,.2); }
.novae-palette-instagram .profile-highlights b { background: var(--social-gradient); color: #fff; }
.novae-palette-instagram .sidebar-create:hover,
.novae-palette-instagram .profile-button--primary:hover,
.novae-palette-instagram .dm-section .contact-form .button:hover { filter: brightness(1.08); }

@media (max-width: 1360px) {
  .social-page { width: min(680px, calc(100% - 42px)); grid-template-columns: minmax(0, 1fr); }
  .social-right-rail { display: none; }
  .social-footer { padding-inline: max(28px, calc((100vw - 244px - 680px) / 2)); }
}

@media (max-width: 900px) {
  .admin-bar .social-sidebar { top: 0; }
  .social-sidebar { display: none; }
  .site-main { width: 100%; max-width: 100%; min-width: 0; margin-left: 0; padding: 58px 0 calc(78px + env(safe-area-inset-bottom)); overflow: clip; }
  .mobile-social-topbar { display: flex; position: fixed; z-index: 1200; inset: 0 0 auto; width: 100%; max-width: 100%; min-width: 0; height: 58px; align-items: center; justify-content: space-between; gap: 12px; padding: 0 max(16px, env(safe-area-inset-right)) 0 max(16px, env(safe-area-inset-left)); border-bottom: 1px solid #262626; background: rgba(0,0,0,.94); backdrop-filter: blur(14px); }
  .mobile-social-topbar::after { position: absolute; right: 0; bottom: -1px; left: 0; height: 1px; background: #262626; content: ""; }
  .novae-palette-instagram .mobile-social-topbar::after { background: var(--social-gradient); }
  .admin-bar .mobile-social-topbar { top: 32px; }
  .admin-bar .site-main { padding-top: 90px; }
  .mobile-social-topbar .social-brand { max-width: calc(100% - 112px); min-width: 0; font-size: 1rem; }
  .mobile-social-topbar .social-brand > span:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-social-topbar .custom-logo-link { max-width: calc(100% - 112px); min-width: 0; overflow: hidden; }
  .mobile-social-topbar .custom-logo { max-width: 100%; max-height: 38px; }
  .mobile-social-topbar .social-brand__mark { width: 29px; height: 29px; }
  .mobile-topbar__cta { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 6px; padding: 7px 10px; border-radius: 8px; background: var(--color-primary); font-size: .72rem; font-weight: 700; }
  .mobile-topbar__cta svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; }
  .mobile-tabbar { display: grid; position: fixed; z-index: 1200; inset: auto 0 0; width: 100%; max-width: 100%; height: calc(62px + env(safe-area-inset-bottom)); padding: 0 max(8px, env(safe-area-inset-right)) env(safe-area-inset-bottom) max(8px, env(safe-area-inset-left)); grid-template-columns: repeat(5, minmax(0, 1fr)); border-top: 1px solid #262626; background: rgba(0,0,0,.96); backdrop-filter: blur(14px); }
  .mobile-tabbar a { display: grid; place-items: center; }
  .mobile-tabbar svg { width: 23px; height: 23px; }
  .mobile-create span, .mobile-create svg { display: block; }
  .mobile-create svg { box-sizing: content-box; padding: 4px; border: 1.5px solid currentColor; border-radius: 7px; }
  .social-page { width: min(680px, 100%); min-width: 0; padding-top: 0; }
  .feed-heading { padding: 12px 17px; }
  .stories { padding-inline: 14px; }
  .social-footer { width: 100%; max-width: 100%; margin-left: 0; padding: 22px 18px 92px; }
  .whatsapp-float { right: 14px; bottom: calc(76px + env(safe-area-inset-bottom)); width: 48px; height: 48px; }
}

@media (max-width: 782px) {
  .admin-bar .mobile-social-topbar { top: 46px; }
  .admin-bar .site-main { padding-top: 104px; }
}

@media (max-width: 620px) {
  .social-page { width: 100%; }
  .inner-hero { padding: 66px 0 56px; }
  .inner-hero::after { right: -28vw; width: 78vw; }
  .inner-hero .eyebrow { margin-bottom: 18px; }
  .inner-hero h1, .inner-hero--article h1 { font-size: clamp(2.55rem, 12vw, 3.75rem); }
  .inner-hero .hero-intro { margin-top: 22px; font-size: .94rem; line-height: 1.55; }
  .section { padding-block: 62px; }
  .contact-page { padding-top: 54px; }
  .feed-heading { min-height: 54px; padding: 9px 16px; }
  .social-post, .dm-section { margin: 0 0 12px; border-right: 0; border-left: 0; border-radius: 0; }
  .post-header { min-height: 61px; padding: 10px 14px; }
  .post-account strong { font-size: .82rem; }
  .post-account small { font-size: .75rem; }
  .stories { gap: 11px; padding: 15px 14px 17px; scroll-padding-left: 14px; }
  .story { flex-basis: 64px; gap: 7px; }
  .story-ring { width: 60px; height: 60px; }
  .story strong { font-size: .72rem; }
  .hero-feed-media { min-height: 500px; max-height: calc(100svh - 146px); aspect-ratio: 4 / 5; }
  .hero-feed-copy { right: 18px; bottom: 24px; left: 18px; }
  .hero-feed-copy > p { margin-bottom: 9px; font-size: .67rem; }
  .hero-feed-copy h1 { font-size: clamp(2.25rem, 10.6vw, 3.15rem); line-height: .98; }
  .hero-feed-copy > span { margin-top: 12px; font-size: .84rem; line-height: 1.45; }
  .hero-play span { display: none; }
  .post-body { padding: 12px 14px 16px; }
  .post-caption { font-size: .82rem; }
  .social-profile { margin: 21px 0 13px; }
  .profile-head { align-items: start; grid-template-columns: 78px minmax(0, 1fr); gap: 14px; padding: 21px 14px 18px; }
  .profile-main { min-width: 0; }
  .profile-avatar { width: 76px; height: 76px; }
  .profile-add { right: -1px; bottom: 0; width: 26px; height: 26px; }
  .profile-title { flex-wrap: wrap; }
  .profile-title h2, .social-profile--work .profile-title h1 { width: 100%; margin: 0 0 4px; overflow: hidden; font-size: 1rem; text-overflow: ellipsis; white-space: nowrap; }
  .profile-button { padding: 7px 10px; font-size: .75rem; }
  .profile-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-column: 1/-1; gap: 10px; margin: 16px 0 12px; }
  .profile-stats span { min-width: 0; font-size: .72rem; line-height: 1.35; }
  .profile-stats strong { font-size: .78rem; }
  .profile-bio { grid-column: 1/-1; font-size: .8rem; }
  .profile-highlights { gap: 15px; padding: 10px 14px 22px; }
  .profile-highlights a { flex-basis: 62px; font-size: .72rem; }
  .profile-highlights a > span { width: 58px; height: 58px; }
  .profile-highlights b { width: 48px; height: 48px; }
  .profile-tabs { height: 44px; }
  .profile-tabs span { gap: 5px; font-size: .65rem; }
  .reels-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2px; }
  .reel-tile { aspect-ratio: 9 / 13; }
  .reel-tile__play { top: 8px; right: 8px; }
  .reel-tile__play svg { width: 17px; height: 17px; }
  .reel-tile__meta { right: 7px; bottom: 7px; left: 7px; }
  .reel-tile__meta small { font-size: .68rem; }
  .reel-tile__meta b { display: none; }
  .reel-tile__meta { justify-content: flex-end; }
  .service-carousel { gap: 9px; padding-inline: 12px; }
  .service-slide { min-height: 390px; flex-basis: calc(100% - 42px); padding: 24px; }
  .service-slide__icon { width: 50px; height: 50px; margin: 35px 0 20px; }
  .service-slide h2 { font-size: 2.08rem; line-height: 1.02; }
  .service-slide p { margin-top: 16px; font-size: .86rem; }
  .service-slide li { font-size: .7rem; }
  .service-hero-media { aspect-ratio: 4 / 5; }
  .service-hero-copy { right: 18px; bottom: 25px; left: 18px; }
  .service-hero-copy h1 { font-size: clamp(2.3rem, 10.5vw, 3.2rem); }
  .service-hero-copy p { font-size: .84rem; }
  .chat-process { padding-inline: 14px; }
  .chat-bubble { width: calc(100% - 20px); padding: 13px 14px; }
  .chat-bubble p { font-size: .8rem; }
  .dm-intro { padding-inline: 20px; }
  .dm-intro h2 { font-size: 2rem; }
  .dm-intro > div { align-items: center; flex-direction: column; gap: 5px; }
  .dm-section .contact-form-wrap { padding-inline: 16px; }
  .reel-modal { padding: 0; }
  .reel-modal__dialog { display: block; width: 100%; height: 100%; max-height: none; border: 0; border-radius: 0; background: #000; }
  .reel-modal__close { position: fixed; top: max(14px, env(safe-area-inset-top)); right: 14px; }
  .reel-modal__media { width: 100%; height: 100dvh; min-height: 100vh; max-height: none; }
  .reel-modal__media img, .reel-modal__media video { width: 100%; height: 100%; max-height: none; object-fit: contain; }
  .reel-modal__info { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; min-height: 0; padding: 90px 18px calc(22px + env(safe-area-inset-bottom)); background: linear-gradient(180deg, transparent, rgba(0,0,0,.88) 42%, #000); }
  .reel-modal__copy { margin: 16px 0 13px; }
  .reel-modal__copy h2 { margin-bottom: 9px; font-size: 1.55rem; }
  .reel-modal__copy > p:last-child { margin-bottom: 0; font-size: .8rem; }
  .social-actions--modal { padding-top: 12px; }
  .social-footer { align-items: flex-start; flex-direction: column; gap: 10px; }
}

@media (max-width: 380px) {
  .mobile-social-topbar .social-brand { max-width: calc(100% - 104px); overflow: hidden; font-size: .9rem; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-topbar__cta { padding-inline: 9px; font-size: .68rem; }
  .hero-feed-media { min-height: 470px; }
  .hero-feed-copy h1 { font-size: 2.16rem; }
  .profile-head { grid-template-columns: 68px minmax(0, 1fr); gap: 12px; padding-inline: 12px; }
  .profile-avatar { width: 66px; height: 66px; }
  .profile-button { padding-inline: 8px; }
}
