:root {
  --ink: #062f31;
  --ink-2: #0b4141;
  --cyan: #00b9bd;
  --cyan-dark: #008f93;
  --gold: #ffc62f;
  --cream: #f4f0e7;
  --paper: #fffdf8;
  --white: #ffffff;
  --muted: #58706f;
  --line: rgba(6, 47, 49, 0.15);
  --radius: 26px;
  --shadow: 0 24px 70px rgba(6, 47, 49, 0.14);
  --shell: min(1180px, calc(100vw - 48px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", system-ui, sans-serif; font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea { font: inherit; }
h1, h2, h3, h4 { margin: 0; font-family: "Manrope", system-ui, sans-serif; line-height: 1.08; letter-spacing: -0.045em; }
h1 { font-size: clamp(3.6rem, 7vw, 7.3rem); }
h2 { font-size: clamp(2.65rem, 5vw, 5rem); }
h3 { font-size: 1.45rem; }
em { color: var(--cyan); font-family: Georgia, serif; font-weight: 400; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 120px 0; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; transform: translateY(-150%); padding: 10px 16px; border-radius: 8px; color: var(--ink); background: var(--gold); font-weight: 700; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 100; top: 0; right: 0; left: 0; padding: 0 0 12px; color: var(--white); background: rgba(2,18,19,.7); transition: .25s ease; -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
.site-header.is-scrolled { padding-bottom: 6px; background: rgba(3, 25, 26, .96); box-shadow: 0 10px 40px rgba(0, 0, 0, .24); }
.header-rail { margin-bottom: 9px; padding: 7px 0; color: var(--ink); background: var(--cyan); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.header-rail .shell { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.header-rail a { text-decoration: none; }
.header-contact, .header-social { display: flex; align-items: center; }
.header-contact { gap: 18px; }
.header-email { font-size: .68rem; font-weight: 600; letter-spacing: .025em; text-transform: none; }
.header-social { gap: 7px; }
.header-social a { display: grid; place-items: center; width: 25px; height: 25px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; transition: color .2s, border-color .2s, background .2s; }
.header-social a:hover { border-color: var(--gold); color: #062f31; background: var(--gold); }
.header-social svg { width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.header-social .social-fill, .header-social .social-dot { fill: currentColor; stroke: none; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: inherit; font-family: "Manrope", sans-serif; font-size: 1.05rem; text-decoration: none; letter-spacing: -.03em; }
.brand img, .brand .custom-logo { width: 58px; height: 58px; object-fit: contain; }
.brand b { color: var(--gold); }
.custom-logo-link { display: flex; }
.primary-nav ul { display: flex; align-items: center; gap: 28px; margin: 0; padding: 0; list-style: none; }
.primary-nav a { color: inherit; font-size: .92rem; font-weight: 600; text-decoration: none; }
.primary-nav a:hover { color: var(--gold); }
.primary-nav .nav-cta, .primary-nav li:last-child a { display: inline-flex; padding: 12px 20px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; }
.menu-toggle { display: none; width: 45px; height: 45px; padding: 11px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: inherit; background: transparent; }
.menu-toggle span:not(.screen-reader-text) { display: block; width: 100%; height: 2px; margin: 4px 0; background: currentColor; }

.hero { position: relative; overflow: hidden; padding: 210px 0 0; color: var(--white); background: radial-gradient(circle at 75% 40%, #0b5653 0, var(--ink) 34%, #021718 100%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; min-height: 650px; gap: 70px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--gold); font-size: .75rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { width: 32px; height: 2px; background: currentColor; }
.eyebrow-dark { color: var(--cyan-dark); }
.hero h1 { max-width: 760px; }
.hero h1 em { display: block; color: var(--gold); }
.hero-lead { max-width: 690px; margin: 28px 0 0; color: rgba(255,255,255,.74); font-size: 1.15rem; }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 54px; padding: 14px 23px; border: 1px solid transparent; border-radius: 999px; font-weight: 700; line-height: 1.2; text-decoration: none; cursor: pointer; transition: transform .2s ease, color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--gold); }
.button-primary:hover, .button-gold:hover { background: #ffd862; }
.button-ghost { border-color: rgba(255,255,255,.3); color: white; background: transparent; }
.button-gold { color: var(--ink); background: var(--gold); }
.hero-proof { display: flex; align-items: center; gap: 14px; margin-top: 48px; color: rgba(255,255,255,.65); font-size: .84rem; line-height: 1.45; }
.hero-proof p { margin: 0; }
.hero-proof strong { color: var(--white); }
.avatar-stack { display: flex; }
.avatar-stack i { display: grid; place-items: center; width: 36px; height: 36px; margin-left: -8px; border: 2px solid var(--ink); border-radius: 50%; color: var(--ink); background: var(--gold); font-weight: 800; font-style: normal; }
.avatar-stack i:first-child { margin-left: 0; background: var(--cyan); }
.avatar-stack i:last-child { background: var(--cream); }
.hero-visual { position: relative; min-height: 520px; }
.hero-card { position: absolute; border-radius: var(--radius); box-shadow: var(--shadow); }
.hero-card-main { top: 20px; right: 0; left: 0; padding: 12px; transform: rotate(2.5deg); background: var(--cream); }
.hero-slides { position: relative; overflow: hidden; aspect-ratio: 2 / 1; border-radius: 17px; }
.hero-card-main img { position: absolute; inset: 0; width: 100%; height: 100%; border-radius: 17px; object-fit: cover; opacity: 0; animation: hero-fade 12s infinite; }
.hero-card-main img:nth-child(2) { animation-delay: 4s; }
.hero-card-main img:nth-child(3) { animation-delay: 8s; }
@keyframes hero-fade { 0% { opacity: 0; transform: scale(1.08); } 8%, 30% { opacity: 1; transform: scale(1); } 38%, 100% { opacity: 0; transform: scale(.98); } }
.hero-card-float { right: -10px; bottom: 70px; z-index: 3; padding: 22px 26px; transform: rotate(-4deg); color: var(--ink); background: var(--gold); }
.hero-card-float span, .hero-card-float strong { display: block; }
.hero-card-float strong { font-family: "Manrope"; font-size: 1.45rem; }
.hero-sticker { position: absolute; bottom: 35px; left: 5px; z-index: 3; display: grid; place-items: center; width: 150px; height: 150px; transform: rotate(8deg); border: 2px solid var(--cyan); border-radius: 50%; color: var(--cyan); font-size: .82rem; font-weight: 800; line-height: 1.35; text-align: center; text-transform: uppercase; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .5; }
.hero-orb-one { top: -180px; right: -180px; width: 520px; height: 520px; border: 1px solid rgba(0,185,189,.35); box-shadow: inset 0 0 100px rgba(0,185,189,.1); }
.hero-orb-two { bottom: 0; left: -220px; width: 450px; height: 450px; background: rgba(0,185,189,.08); }
.marquee { position: relative; z-index: 3; overflow: hidden; padding: 18px 0; color: var(--ink); background: var(--gold); transform: rotate(-1deg) scale(1.02); }
.marquee div { display: flex; min-width: max-content; gap: 30px; animation: marquee 24s linear infinite; font-family: "Manrope"; font-size: .95rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
@keyframes marquee { to { transform: translateX(-50%); } }

.client-bar { padding: 34px 0; border-bottom: 1px solid var(--line); background: var(--paper); }
.client-bar .shell { display: flex; align-items: center; gap: 40px; }
.client-bar p { min-width: max-content; margin: 0; color: var(--muted); font-size: .75rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.client-list { width: 100%; overflow: hidden; color: rgba(6,47,49,.62); font-family: "Manrope"; font-size: .85rem; font-weight: 800; white-space: nowrap; }
.client-list > div { display: flex; width: max-content; gap: 48px; animation: client-loop 24s linear infinite; }
@keyframes client-loop { to { transform: translateX(-50%); } }

.showreel { overflow: hidden; padding: 34px 0 70px; background: var(--paper); }
.showreel-track { display: flex; width: max-content; gap: 18px; animation: showreel-loop 42s linear infinite; }
.showreel:hover .showreel-track { animation-play-state: paused; }
.showreel figure { position: relative; overflow: hidden; width: 390px; margin: 0; border-radius: 20px; box-shadow: 0 18px 45px rgba(6,47,49,.12); }
.showreel figure:nth-child(even) { transform: translateY(24px); }
.showreel img { width: 100%; aspect-ratio: 2 / 1; object-fit: cover; transition: transform .35s ease; }
.showreel figure:hover img { transform: scale(1.05); }
.showreel figure span { position: absolute; right: 14px; bottom: 14px; padding: 7px 12px; border-radius: 999px; color: var(--ink); background: var(--gold); font-size: .7rem; font-weight: 800; text-transform: uppercase; opacity: 0; transform: translateY(8px); transition: .25s ease; }
.showreel figure:hover span { opacity: 1; transform: none; }
@keyframes showreel-loop { to { transform: translateX(calc(-50% - 9px)); } }

.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 80px; margin-bottom: 60px; }
.section-heading > p { max-width: 500px; margin: 0 0 6px; color: var(--muted); }
.services-section { position: relative; overflow: hidden; color: var(--white); background: radial-gradient(circle at 80% 10%, rgba(0,185,189,.18), transparent 38%), radial-gradient(circle at 15% 85%, rgba(255,198,47,.12), transparent 34%), #100d09; }
.services-section::before { position: absolute; inset: 0; content: ""; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 48px 48px; pointer-events: none; }
.services-section .shell { position: relative; }
.services-section .section-heading > p { color: rgba(255,255,255,.62); }
.services-section .eyebrow-dark { color: var(--gold); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; display: flex; flex-direction: column; min-height: 410px; padding: 34px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: rgba(255,255,255,.035); transform-style: preserve-3d; transition: transform .2s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease; }
.service-card:hover { border-color: rgba(0,185,189,.65); background: rgba(0,185,189,.07); box-shadow: 0 25px 70px rgba(0,0,0,.3); }
.service-card-featured { color: var(--white); background: linear-gradient(145deg, rgba(0,185,189,.16), rgba(255,255,255,.025)); }
.service-number { color: var(--cyan); font-size: .75rem; font-weight: 800; }
.service-card-featured .service-number { color: var(--gold); }
.service-icon { display: grid; place-items: center; width: 72px; height: 72px; margin: 28px 0; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: var(--ink); background: var(--white); box-shadow: 0 0 0 9px rgba(255,255,255,.035); }
.service-icon svg { width: 38px; height: 38px; fill: none; stroke: var(--ink); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { font-size: 1.7rem; }
.service-card p { color: rgba(255,255,255,.7); font-size: .96rem; }
.service-card-featured p { color: rgba(255,255,255,.7); }
.service-card ul { display: flex; flex-wrap: wrap; gap: 7px; margin: auto 0 0; padding: 0; list-style: none; }
.service-card li { padding: 6px 10px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; color: rgba(255,255,255,.68); font-size: .72rem; }
.service-card-featured li { border-color: rgba(255,255,255,.2); color: rgba(255,255,255,.7); }

.stats-section { overflow: hidden; padding: 62px 0; color: var(--ink); background: var(--gold); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stats-grid > div { padding: 10px 28px; border-right: 1px solid rgba(6,47,49,.2); text-align: center; }
.stats-grid > div:last-child { border-right: 0; }
.stats-grid strong { display: block; font-family: "Manrope"; font-size: clamp(2.6rem, 5vw, 4.8rem); line-height: 1; letter-spacing: -.07em; }
.stats-grid p { margin: 10px 0 0; font-size: .76rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }

.work-section { color: var(--white); background: var(--ink); }
.section-heading-light > p { color: rgba(255,255,255,.65); }
.work-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.work-card { position: relative; overflow: hidden; min-height: 430px; border-radius: var(--radius); background: var(--ink-2); }
.work-card-wide { grid-column: 1 / -1; min-height: 570px; }
.work-card img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.work-card::after { position: absolute; inset: 0; content: ""; background: linear-gradient(to top, rgba(6,47,49,.88), transparent 65%); }
.work-card:hover img { transform: scale(1.035); }
.work-card > div { position: absolute; z-index: 2; right: 30px; bottom: 28px; left: 30px; }
.work-card p { margin: 0 0 6px; color: var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.work-card h3 { font-size: clamp(1.8rem, 3vw, 3.1rem); }
.work-card span { color: rgba(255,255,255,.7); font-size: .85rem; }
.work-note { margin: 35px 0 0; color: rgba(255,255,255,.6); text-align: center; }
.work-note a { color: var(--gold); font-weight: 700; }

.about-section { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.about-visual { position: relative; }
.about-image-wrap { overflow: hidden; transform: rotate(-2deg); border-radius: var(--radius); box-shadow: var(--shadow); }
.about-image-wrap img { width: 100%; aspect-ratio: 1 / 1.13; object-fit: cover; }
.about-badge { position: absolute; right: -36px; bottom: 40px; display: grid; place-items: center; width: 180px; height: 180px; padding: 18px; border-radius: 50%; color: var(--ink); background: var(--gold); text-align: center; }
.about-badge strong, .about-badge span { display: block; }
.about-badge strong { font-family: "Manrope"; font-size: 1.35rem; }
.about-badge span { font-size: .75rem; line-height: 1.35; }
.about-copy > p { color: var(--muted); }
.about-copy .large-copy { color: var(--ink); font-family: "Manrope"; font-size: 1.35rem; font-weight: 600; line-height: 1.4; }
.location-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.location-row span { padding: 8px 13px; border: 1px solid var(--line); border-radius: 999px; font-size: .78rem; font-weight: 700; }

.founder-section { padding: 90px 0; color: var(--white); background: var(--cyan-dark); }
.founder-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; }
.founder-section h2 { font-size: clamp(2.2rem, 4vw, 4rem); }
.founder-section h3 { color: var(--gold); font-size: 2rem; }
.founder-section p { color: rgba(255,255,255,.78); }

.process-section { background: var(--cream); }
.process-list { display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.process-list li { position: relative; padding: 28px 22px 0 0; border-right: 1px solid var(--line); }
.process-list li + li { padding-left: 22px; }
.process-list li:last-child { border-right: 0; }
.process-list span { color: var(--cyan-dark); font-size: .7rem; font-weight: 800; }
.process-list h3 { margin-top: 30px; }
.process-list p { color: var(--muted); font-size: .88rem; }

.testimonial-section { background: var(--paper); }
.testimonial-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.testimonial-section blockquote { margin: 0; font-family: "Manrope"; font-size: clamp(1.45rem, 2.8vw, 2.5rem); font-weight: 600; line-height: 1.4; letter-spacing: -.035em; }
.testimonial-section figcaption { display: flex; flex-direction: column; margin-top: 35px; }
.testimonial-section figcaption span { color: var(--muted); font-size: .85rem; }

.insights-section { background: var(--cream); }
.text-link { color: var(--cyan-dark); font-weight: 800; }
.insight-grid, .post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.insight-card img, .insight-placeholder, .post-card img, .post-placeholder { display: grid; place-items: center; width: 100%; aspect-ratio: 1.5 / 1; border-radius: 18px; object-fit: cover; color: var(--gold); background: var(--ink); font-family: "Manrope"; font-size: 1.2rem; font-weight: 800; letter-spacing: .18em; }
.insight-card > p, .post-card > p:first-of-type { margin: 18px 0 6px; color: var(--cyan-dark); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.insight-card h3 a, .post-card h2 a { text-decoration: none; }
.insight-card h3 a:hover, .post-card h2 a:hover { color: var(--cyan-dark); }

.faq-section { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.faq-grid > div:first-child > p:last-child { color: var(--muted); }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; justify-content: space-between; gap: 24px; padding: 23px 0; font-family: "Manrope"; font-size: 1.08rem; font-weight: 700; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--cyan-dark); font-size: 1.4rem; transition: transform .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { margin: -5px 45px 24px 0; color: var(--muted); }

.contact-section { color: var(--white); background: var(--ink); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.contact-grid > div > p:not(.eyebrow) { max-width: 540px; color: rgba(255,255,255,.68); }
.contact-email { display: inline-flex; gap: 12px; margin-top: 20px; color: var(--gold); font-family: "Manrope"; font-size: clamp(1.1rem, 2vw, 1.5rem); font-weight: 700; }
.whatsapp-link { display: block; margin-top: 15px; color: var(--cyan); font-weight: 700; }
.contact-form { position: relative; padding: 40px; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius); background: rgba(255,255,255,.055); }
.contact-form label { display: block; margin-bottom: 18px; color: rgba(255,255,255,.72); font-size: .8rem; font-weight: 700; }
.contact-form input, .contact-form textarea { width: 100%; margin-top: 7px; padding: 14px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.25); border-radius: 0; outline: 0; color: var(--white); background: transparent; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--gold); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.form-note { margin: 16px 0 0; color: rgba(255,255,255,.45); font-size: .72rem; }
.form-status { padding: 12px 15px; border-radius: 8px; font-weight: 700; }
.form-success { color: #083f2b; background: #bcf5dc; }
.form-error { color: #631919; background: #ffd4d4; }
.honeypot { position: absolute !important; left: -9999px !important; }

.site-footer { padding: 75px 0 25px; color: rgba(255,255,255,.68); background: #031f20; font-size: .9rem; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr 1fr 1fr; gap: 55px; }
.brand-footer { color: var(--white); }
.footer-grid > div:first-child p { max-width: 350px; }
.footer-grid h2 { margin-bottom: 20px; color: var(--white); font-size: .85rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li { margin: 8px 0; }
.site-footer a { color: inherit; }
.site-footer a:hover { color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: .75rem; }

.content-page { min-height: 70vh; background: var(--paper); }
.page-hero { padding: 190px 0 100px; color: var(--white); background: var(--ink); }
.page-hero h1 { max-width: 900px; }
.article-intro { max-width: 760px; color: rgba(255,255,255,.7); font-size: 1.2rem; }
.post-grid { padding-top: 90px; padding-bottom: 50px; }
.post-card h2 { font-size: 1.5rem; }
.post-card > p:last-child { color: var(--muted); }
.featured-image { margin-top: -50px; }
.featured-image img { width: 100%; max-height: 650px; border-radius: var(--radius); object-fit: cover; }
.prose { max-width: 820px; padding-top: 80px; padding-bottom: 100px; }
.prose h2 { margin-top: 2em; font-size: 2.2rem; }
.prose h3 { margin-top: 1.8em; }
.prose p, .prose li { color: #294f4f; }
.prose a { color: var(--cyan-dark); font-weight: 700; }
.prose img { border-radius: 16px; }
.pagination { padding-bottom: 80px; }
.error-page { min-height: 75vh; }
.error-page p { color: rgba(255,255,255,.7); }

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

@media (max-width: 820px) {
  :root { --shell: min(100% - 36px, 760px); }
  .section { padding: 90px 0; }
  .menu-toggle { display: block; }
  .primary-nav { position: fixed; inset: 78px 18px auto; padding: 25px; border: 1px solid rgba(255,255,255,.15); border-radius: 20px; background: var(--ink); box-shadow: var(--shadow); opacity: 0; transform: translateY(-15px); visibility: hidden; transition: .2s ease; }
  .primary-nav.is-open { opacity: 1; transform: none; visibility: visible; }
  .primary-nav ul { align-items: stretch; flex-direction: column; gap: 8px; }
  .primary-nav a { display: block; padding: 11px; font-size: 1.05rem; }
  .primary-nav .nav-cta, .primary-nav li:last-child a { display: flex; justify-content: center; margin-top: 7px; }
  .header-rail .rail-locations { display: none; }
  .hero { padding-top: 170px; }
  .hero-grid { grid-template-columns: 1fr; gap: 25px; }
  .hero-visual { min-height: 460px; }
  .client-bar .shell { align-items: flex-start; flex-direction: column; gap: 18px; }
  .client-list { overflow-x: auto; justify-content: flex-start; padding-bottom: 4px; }
  .section-heading, .about-grid, .founder-grid, .testimonial-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; gap: 45px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid > div:nth-child(2) { border-right: 0; }
  .stats-grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(6,47,49,.2); }
  .work-card-wide { min-height: 450px; }
  .process-list { grid-template-columns: 1fr; border-top: 0; }
  .process-list li, .process-list li + li { padding: 24px 0; border-top: 1px solid var(--line); border-right: 0; }
  .process-list h3 { margin-top: 8px; }
  .insight-grid, .post-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1.5fr 1fr; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 28px); --radius: 20px; }
  body { font-size: 16px; }
  h1 { font-size: clamp(3rem, 15vw, 4.7rem); }
  h2 { font-size: clamp(2.45rem, 12vw, 3.4rem); }
  .section { padding: 74px 0; }
  .brand img, .brand .custom-logo { width: 50px; height: 50px; }
  .brand span { font-size: .9rem; }
  .header-rail { font-size: .6rem; }
  .header-rail .shell { justify-content: center; }
  .header-rail a { display: none; }
  .hero { padding-top: 155px; }
  .hero-grid { min-height: 0; }
  .hero-lead { font-size: 1rem; }
  .button-row { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-proof { margin-top: 35px; }
  .hero-visual { min-height: 330px; margin-top: 25px; }
  .hero-card-float { right: 0; bottom: 40px; padding: 15px 18px; }
  .hero-card-float strong { font-size: 1.1rem; }
  .hero-sticker { bottom: 25px; width: 105px; height: 105px; font-size: .62rem; }
  .marquee { margin-top: 25px; }
  .section-heading { margin-bottom: 38px; }
  .service-grid, .work-grid, .insight-grid, .post-grid, .form-row, .footer-grid { grid-template-columns: 1fr; }
  .showreel figure { width: 285px; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid > div { padding: 24px 10px; }
  .service-card { min-height: 360px; }
  .work-card, .work-card-wide { grid-column: auto; min-height: 340px; }
  .about-grid { gap: 65px; }
  .about-visual { margin-right: 22px; }
  .about-badge { right: -25px; bottom: -35px; width: 140px; height: 140px; }
  .founder-grid, .testimonial-grid, .faq-grid, .contact-grid { gap: 38px; }
  .contact-form { padding: 25px 20px; }
  .footer-grid { gap: 32px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 5px; }
  .page-hero { padding: 150px 0 70px; }
  .post-grid { padding-top: 60px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
  .hero-card-main img { opacity: 0; animation: none; }
  .hero-card-main img:first-child { opacity: 1; }
  .client-list > div, .showreel-track { animation: none; }
}

/* Reference-led agency design v2.0 */
.reference-home { color: #fff; background: #050505; font-family: "Poppins", "DM Sans", sans-serif; }
.reference-home h1, .reference-home h2, .reference-home h3 { font-family: "Poppins", sans-serif; letter-spacing: -.035em; }
.reference-home .shell { width: min(1180px, calc(100vw - 48px)); }
.reference-home .ref-section { padding: 110px 0; }
.reference-home .ref-heading > p { margin: 0 0 13px; color: var(--cyan); font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.reference-home .ref-heading > p i { display: inline-block; width: 0; height: 0; margin-right: 8px; border-bottom: 12px solid var(--cyan); border-left: 12px solid transparent; }
.reference-home .ref-heading h2 { color: #fff; font-size: clamp(2.3rem, 4.3vw, 4rem); line-height: 1.14; }
.reference-home .ref-heading-center { max-width: 900px; margin: 0 auto 64px; text-align: center; }
.reference-home .ref-heading-center > a:not(.ref-button) { display: inline-block; margin-top: 22px; color: var(--cyan); font-weight: 700; text-decoration: none; }
.reference-home .ref-heading-copy { max-width: 620px; margin: 20px auto 0 !important; color: rgba(255,255,255,.67) !important; font-size: .98rem !important; font-weight: 400 !important; letter-spacing: 0 !important; text-transform: none !important; }
.ref-button { display: inline-flex; align-items: center; gap: 18px; min-height: 54px; padding: 13px 25px; border: 0; border-radius: 999px; color: #042728; background: var(--gold); font-size: .83rem; font-weight: 800; text-decoration: none; text-transform: uppercase; }
.ref-button b { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: rgba(255,255,255,.74); }
.ref-button-outline { border: 1px solid var(--cyan); color: #fff; background: transparent; }

.site-header { padding: 0; background: #050505; -webkit-backdrop-filter: none; backdrop-filter: none; }
.site-header.is-scrolled { padding: 0; background: rgba(5,5,5,.96); }
.header-rail { margin: 0; padding: 6px 0; color: #fff; background: linear-gradient(90deg, var(--cyan-dark), var(--cyan)); }
.header-inner { min-height: 86px; }
.brand img { width: 68px; height: 68px; }
.brand span { font-family: "Poppins", sans-serif; font-weight: 600; }
.primary-nav { margin-left: auto; }
.primary-nav ul { gap: 34px; }
.primary-nav a { font-family: "Poppins", sans-serif; font-size: .9rem; font-weight: 600; }
.primary-nav li:last-child a { display: block; margin: 0; padding: 0; border: 0; }
.header-whatsapp { display: inline-flex; align-items: center; gap: 10px; min-height: 52px; padding: 12px 24px; border-radius: 999px; color: #fff; background: #55c65a; font-family: "Poppins", sans-serif; font-size: .78rem; font-weight: 800; text-decoration: none; text-transform: uppercase; transition: transform .2s, background .2s; }
.header-whatsapp:hover { transform: translateY(-2px); background: #40b948; }
.header-whatsapp svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; }

.ref-cinematic { position: relative; overflow: hidden; min-height: 760px; padding-top: 118px; background: #000; }
.ref-hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .38; filter: saturate(.8) contrast(1.1); }
.ref-film-grain { position: absolute; inset: 0; z-index: 2; opacity: .16; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E"); animation: grain .2s steps(2) infinite; }
@keyframes grain { 0% { transform: translate(0); } 25% { transform: translate(-2%,1%); } 50% { transform: translate(1%,-2%); } 75% { transform: translate(2%,2%); } }
.ref-hero-overlay { position: absolute; inset: 0; z-index: 3; background: linear-gradient(90deg, rgba(0,0,0,.9) 0%, rgba(0,0,0,.6) 47%, rgba(0,0,0,.22) 100%), linear-gradient(0deg, #050505 0%, transparent 24%); }
.ref-cinema-portfolio { position: absolute; inset: 0; z-index: 1; }
.cinema-shot { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; animation: cinema-cut 20s infinite; }
.cinema-shot-two { animation-delay: 5s; }.cinema-shot-three { animation-delay: 10s; }.cinema-shot-four { animation-delay: 15s; }
@keyframes cinema-cut { 0% { opacity: 0; transform: scale(1.08); } 5%, 22% { opacity: .7; transform: scale(1); } 25%, 100% { opacity: 0; transform: scale(.98); } }
.ref-hero-content { position: relative; z-index: 5; display: flex; align-items: flex-start; justify-content: center; flex-direction: column; min-height: 640px; }
.ref-hero-content p { margin: 0 0 18px; color: var(--cyan); font-size: .8rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.ref-hero-content h1 { max-width: 820px; margin-bottom: 34px; color: #fff; font-size: clamp(3.4rem, 7vw, 6.5rem); line-height: .98; }
.ref-hero-content h1 span { color: var(--gold); }
.ref-film-caption { position: absolute; z-index: 5; right: 32px; bottom: 24px; left: 32px; display: flex; justify-content: space-between; color: rgba(255,255,255,.6); font-size: .68rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.ref-hero-scroll { position: absolute; z-index: 5; right: 32px; bottom: 58px; display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; color: #fff; text-decoration: none; }

.ref-client-rail { overflow: hidden; padding: 24px 0; border-top: 1px solid #222; border-bottom: 1px solid #222; background: #050505; }
.ref-client-track { display: flex; align-items: center; width: max-content; gap: 18px; padding-left: 18px; animation: client-loop-ref 42s linear infinite; will-change: transform; }
.ref-client-rail:hover .ref-client-track { animation-play-state: paused; }
.ref-client-set { display: flex; align-items: stretch; gap: 18px; }
.ref-client-track figure { display: grid; place-items: center; flex: 0 0 210px; width: 210px; height: 108px; margin: 0; padding: 17px 22px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; background: #fff; box-shadow: 0 8px 24px rgba(0,0,0,.18); }
.ref-client-track figure.logo-dark { background: #050505; }
.ref-client-track figure.logo-square { padding: 12px 34px; }
.ref-client-track figure.logo-wide { padding-inline: 14px; }
.ref-client-track img { display: block; max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; }
@keyframes client-loop-ref { to { transform: translateX(calc(-50% - 9px)); } }
.ref-services { background: radial-gradient(circle at 70% 30%, rgba(0,185,189,.12), transparent 35%), #090909; }
.ref-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #282828; border-left: 1px solid #282828; }
.ref-service { min-height: 380px; padding: 45px 38px; border-right: 1px solid #282828; border-bottom: 1px solid #282828; transition: background .25s; }
.ref-service:hover { background: rgba(0,185,189,.07); }
.ref-service-icon { display: grid; place-items: center; width: 68px; height: 68px; margin-bottom: 28px; border-radius: 50%; color: #071e20; background: #fff; }
.ref-service-icon svg { width: 34px; height: 34px; fill: none; stroke: var(--cyan-dark); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.ref-service h3 { margin-bottom: 17px; color: #fff; font-size: 1.35rem; }
.ref-service p { margin: 0; color: rgba(255,255,255,.66); font-size: .92rem; line-height: 1.8; }
.ref-service a { display: inline-block; margin-top: 23px; color: var(--cyan); font-size: .78rem; font-weight: 700; text-decoration: none; text-transform: uppercase; }

.ref-about { background: #050505; }
.ref-about-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 100px; }
.ref-about-copy > .ref-lead { margin: 0 0 35px; color: rgba(255,255,255,.76); font-size: 1.05rem; line-height: 1.8; }
.ref-value { display: grid; grid-template-columns: 82px 1fr; align-items: center; gap: 22px; padding: 18px 0; border-bottom: 1px solid #222; }
.ref-value > span { display: grid; place-items: center; width: 72px; height: 72px; border-radius: 12px; background: var(--cyan-dark); }
.ref-value svg { width: 35px; fill: none; stroke: #fff; stroke-width: 2; }
.ref-value h3 { margin-bottom: 3px; color: #fff; font-size: 1.25rem; }
.ref-value p { margin: 0; color: rgba(255,255,255,.58); font-size: .86rem; }
.ref-about-actions { display: flex; align-items: center; gap: 35px; margin-top: 35px; }
.ref-about-actions p { color: rgba(255,255,255,.55); font-size: .78rem; text-transform: uppercase; }
.ref-about-actions p a { display: block; color: #fff; font-size: 1rem; font-weight: 700; text-decoration: none; }

.ref-portfolio { background: #0b0b0b; }
.ref-mosaic { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; width: min(1180px, calc(100vw - 48px)); margin: 0 auto; }
.ref-mosaic figure { position: relative; overflow: hidden; aspect-ratio: 4 / 3; margin: 0; border-radius: 3px; background: #f1f1f1; }
.ref-mosaic img { width: 100%; height: 100%; object-fit: contain; transition: opacity .3s; }
.ref-mosaic figure:hover img { opacity: .68; }
.ref-mosaic figcaption { position: absolute; right: 25px; bottom: 22px; left: 25px; display: flex; justify-content: space-between; align-items: end; gap: 12px; opacity: 0; transform: translateY(12px); transition: .3s; }
.ref-mosaic figure:hover figcaption { opacity: 1; transform: none; }
.ref-mosaic figcaption b { color: #fff; font-size: 1.2rem; }.ref-mosaic figcaption span { color: var(--cyan); font-size: .72rem; }

.ref-story { display: grid; grid-template-columns: 1fr 1fr; min-height: 690px; background: #050505; }
.ref-story-image { position: relative; overflow: hidden; display: flex; align-items: flex-end; padding: 70px; border-radius: 0 52% 0 0; background-position: center; background-size: cover; }
.ref-story-image::before { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(0,0,0,.85), rgba(0,0,0,.15)); }
.ref-story-image > div { position: relative; z-index: 2; }
.ref-story-image h2 { max-width: 570px; margin-bottom: 27px; color: #fff; font-size: clamp(2.4rem, 4.2vw, 4.3rem); }
.ref-stats { display: grid; grid-template-columns: 1fr 1fr; padding: 70px 55px; }
.ref-stats > div { display: flex; align-items: center; justify-content: center; flex-direction: column; border-right: 1px solid #2a2a2a; border-bottom: 1px solid #2a2a2a; text-align: center; }
.ref-stats > div:nth-child(2n) { border-right: 0; }.ref-stats > div:nth-last-child(-n+2) { border-bottom: 0; }
.ref-stats span svg { width: 52px; fill: none; stroke: var(--cyan); stroke-width: 1.7; }
.ref-stats strong { margin: 10px 0 4px; color: #fff; font-size: 3.2rem; line-height: 1; }.ref-stats strong b { font-weight: 800; }
.ref-stats p { margin: 0; color: rgba(255,255,255,.7); font-size: .75rem; font-weight: 700; text-transform: uppercase; }

.ref-gallery-section { background: #080808; }
.ref-gallery { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-auto-rows: 330px; gap: 14px; width: min(1180px, calc(100vw - 48px)); margin: 60px auto 0; }
.ref-gallery-card { position: relative; overflow: hidden; grid-column: span 4; margin: 0; border: 1px solid #242424; border-radius: 4px; background: #ededed; }
.ref-gallery-card:nth-child(4), .ref-gallery-card:nth-child(5) { grid-column: span 6; }
.ref-gallery-card img, .ref-gallery-card video { display: block; width: 100%; height: 100%; object-fit: contain; transition: transform .5s ease, opacity .35s; }
.ref-gallery-card video { object-fit: cover; background: #111; }
.ref-gallery-card::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(0,0,0,.86), transparent 58%); pointer-events: none; }
.ref-gallery-card:hover img, .ref-gallery-card:hover video { transform: scale(1.025); }
.ref-gallery-card figcaption { position: absolute; z-index: 2; right: 24px; bottom: 22px; left: 24px; }
.ref-gallery-card figcaption span { display: inline-block; margin-bottom: 7px; color: var(--cyan); font-size: .67rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.ref-gallery-card h3 { margin: 0; color: #fff; font-size: clamp(1.35rem, 2.2vw, 2rem); }
.ref-video-mark { position: absolute; z-index: 2; top: 20px; right: 20px; display: grid; place-items: center; width: 48px; height: 48px; padding-left: 3px; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; color: #fff; background: rgba(0,0,0,.35); }
.ref-keywords { overflow: hidden; padding: 18px 0; color: #111; background: linear-gradient(90deg, #bdeeff, #f6cdd8, #ffe9a6); }
.ref-keywords div { display: flex; width: max-content; gap: 30px; font-size: 1.55rem; font-weight: 800; text-transform: uppercase; animation: marquee 25s linear infinite; }

.ref-testimonials { background: #050505; }
.ref-testimonial-wrap { position: relative; max-width: 900px; margin: auto; }
.ref-testimonial { display: none; grid-template-columns: 1.35fr .65fr; align-items: center; min-height: 440px; padding: 52px; border: 1px solid #424242; border-radius: 24px; background: radial-gradient(circle at 80% 30%, rgba(0,185,189,.12), transparent 30%), #130f0f; }
.ref-testimonial.is-active { display: grid; animation: testimonial-in .5s ease; }
@keyframes testimonial-in { from { opacity: 0; transform: translateX(20px); } }
.ref-quote { display: block; height: 40px; color: var(--cyan); font-family: Georgia, serif; font-size: 4.5rem; line-height: 1; }
.ref-testimonial blockquote { margin: 0 25px 25px 0; color: rgba(255,255,255,.8); font-size: .96rem; line-height: 1.9; }
.ref-testimonial h3 { color: #fff; font-size: 1.15rem; }.ref-testimonial > div > p { margin: 4px 0 0; color: var(--cyan); font-size: .78rem; }
.ref-testimonial figure { display: grid; place-items: center; overflow: hidden; width: 230px; height: 230px; margin: auto; border: 3px solid #fff; border-radius: 50%; background: #fff; }
.ref-testimonial figure img { width: 100%; height: 100%; object-fit: contain; }
.ref-client-initials { color: var(--cyan-dark); font-family: "Poppins", sans-serif; font-size: 4rem; font-weight: 800; letter-spacing: -.08em; }
.ref-testimonial-controls { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 25px; }
.ref-testimonial-controls button { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid #3b3b3b; border-radius: 50%; color: #fff; background: transparent; cursor: pointer; }
.ref-testimonial-controls span { color: rgba(255,255,255,.6); font-size: .8rem; }

.ref-faq { border-top: 1px solid #202020; background: #090909; }
.ref-faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.ref-accordion details { border-top: 1px solid #292929; }.ref-accordion details:last-child { border-bottom: 1px solid #292929; }
.ref-accordion summary { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; color: #fff; font-weight: 600; cursor: pointer; list-style: none; }
.ref-accordion summary::-webkit-details-marker { display: none; }.ref-accordion summary span { color: var(--cyan); font-size: 1.35rem; }
.ref-accordion details[open] summary span { transform: rotate(45deg); }.ref-accordion details p { margin: -4px 50px 24px 0; color: rgba(255,255,255,.6); font-size: .9rem; }

.ref-contact { padding: 85px 0; background: linear-gradient(100deg, var(--cyan-dark), #075e61); }
.ref-contact-grid { display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 60px; }
.ref-contact p { margin: 0 0 8px; color: rgba(255,255,255,.7); font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.ref-contact h2 { max-width: 760px; color: #fff; font-size: clamp(2.2rem, 4.2vw, 4rem); }
.ref-contact-grid > div:last-child { display: flex; align-items: flex-end; flex-direction: column; gap: 15px; }
.ref-contact-grid > div:last-child > a:last-child { color: #fff; }
.ref-whatsapp { display: flex; align-items: center; gap: 15px; padding: 18px 25px; border-radius: 999px; color: #fff; background: #44bd52; font-weight: 800; text-decoration: none; text-transform: uppercase; }.ref-whatsapp span { font-size: .7rem; opacity: .75; }
.reference-home + .site-footer { background: #030303; }

@media (max-width: 980px) {
  .header-inner { gap: 18px; }.brand { flex-shrink: 0; }.primary-nav { margin-left: auto; }.primary-nav ul { gap: 18px; }.primary-nav a { font-size: .78rem; }.header-whatsapp { flex-shrink: 0; min-height: 46px; padding: 10px 17px; font-size: .7rem; }
  .ref-cinematic { min-height: 680px; padding-top: 122px; }.ref-hero-content { min-height: 558px; }
  .ref-service-grid { grid-template-columns: 1fr 1fr; }.ref-about-grid, .ref-faq-grid { grid-template-columns: 1fr; gap: 50px; }
  .ref-story { grid-template-columns: 1fr; }.ref-story-image { min-height: 560px; border-radius: 0 0 45% 0; }.ref-stats { min-height: 560px; }
  .ref-mosaic { grid-template-columns: 1fr 1fr; }
  .ref-gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 300px; }.ref-gallery-card, .ref-gallery-card:nth-child(4), .ref-gallery-card:nth-child(5) { grid-column: auto; }.ref-gallery-card:last-child { grid-column: 1 / -1; }
  .header-contact { gap: 10px; }.header-social { gap: 5px; }.header-social a { width: 23px; height: 23px; }
}

@media (min-width: 641px) and (max-width: 820px) {
  .menu-toggle { display: none; }
  .primary-nav { position: static; inset: auto; margin-left: auto; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; opacity: 1; transform: none; visibility: visible; }
  .primary-nav ul { align-items: center; flex-direction: row; gap: 12px; }
  .primary-nav a { padding: 0; font-size: .72rem; }
  .primary-nav li:nth-child(4), .primary-nav li:nth-child(5) { display: none; }
  .brand span { display: none; }
  .header-whatsapp { padding-inline: 14px; font-size: .64rem; }
}

@media (max-width: 640px) {
  .reference-home .shell { width: calc(100% - 30px); }.reference-home .ref-section { padding: 78px 0; }
  .header-rail .rail-locations, .header-email { display: none; }.header-social a { display: grid; }.header-rail .shell { justify-content: space-between; }.header-inner { min-height: 72px; }.brand img { width: 52px; height: 52px; }.brand span { display: none; }.header-whatsapp { margin-left: auto; width: 48px; height: 48px; padding: 12px; }.header-whatsapp span { display: none; }
  .ref-cinematic { min-height: 720px; padding-top: 103px; }.ref-hero-content { min-height: 610px; justify-content: flex-end; padding-bottom: 120px; }.ref-hero-content h1 { font-size: clamp(3rem, 15vw, 4.6rem); }
  .ref-film-caption span:last-child, .ref-hero-scroll { display: none; }.ref-service-grid { grid-template-columns: 1fr; }.ref-service { min-height: 340px; padding: 36px 28px; }
  .ref-about-grid { gap: 35px; }.ref-about-actions { align-items: flex-start; flex-direction: column; }.ref-value { grid-template-columns: 66px 1fr; }.ref-value > span { width: 60px; height: 60px; }
  .ref-mosaic { grid-template-columns: 1fr; width: calc(100% - 30px); }.ref-mosaic figcaption { opacity: 1; transform: none; }.ref-mosaic figcaption span { display: none; }
  .ref-story-image { min-height: 510px; padding: 35px 25px; border-radius: 0 0 42% 0; }.ref-stats { min-height: 500px; padding: 35px 15px; }.ref-stats strong { font-size: 2.5rem; }
  .ref-gallery { grid-template-columns: 1fr; grid-auto-rows: 300px; width: calc(100% - 30px); }.ref-gallery-card, .ref-gallery-card:last-child { grid-column: auto; }.ref-gallery-card figcaption { right: 18px; bottom: 17px; left: 18px; }.ref-keywords div { font-size: 1.1rem; }
  .ref-client-rail { padding: 17px 0; }.ref-client-track { gap: 12px; padding-left: 12px; }.ref-client-set { gap: 12px; }.ref-client-track figure { flex-basis: 166px; width: 166px; height: 88px; padding: 12px 16px; }
  .ref-testimonial { grid-template-columns: 1fr; padding: 30px 24px; }.ref-testimonial figure { grid-row: 1; width: 150px; height: 150px; margin-bottom: 25px; }.ref-testimonial blockquote { margin-right: 0; }
  .ref-faq-grid { gap: 35px; }.ref-contact-grid { grid-template-columns: 1fr; gap: 35px; }.ref-contact-grid > div:last-child { align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  .ref-film-grain, .cinema-shot, .ref-client-track, .ref-keywords div { animation: none !important; }.ref-client-track { transform: none; }.cinema-shot-one { opacity: .65; }.ref-hero-video { display: none; }
}
